Represents a time interval to wait for the PublisherClient to send any pending messages
after the DisposeAsync() method has been called. If this time interval expires, the
clean shutdown process will be aborted, and there may be locally queued messages that remain unsent.
If null, defaults to DefaultDisposeTimeout.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for the \u003ccode\u003ePublisherClient.Settings\u003c/code\u003e is 3.23.0, and the documentation provides links to various versions, ranging from 3.23.0 down to 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePublisherClient.Settings\u003c/code\u003e class controls configurations for the \u003ccode\u003ePublisherClient\u003c/code\u003e, which includes settings for batching messages, disposal timeouts, message ordering, and the scheduler.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatchingSettings\u003c/code\u003e property controls how messages are batched for sending, and it defaults to \u003ccode\u003eDefaultBatchingSettings\u003c/code\u003e if left as null.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDisposeTimeout\u003c/code\u003e property dictates how long to wait for any pending messages to send after the \u003ccode\u003eDisposeAsync()\u003c/code\u003e method has been invoked, and defaults to \u003ccode\u003eDefaultDisposeTimeout\u003c/code\u003e if left as null.\u003c/p\u003e\n"],["\u003cp\u003eThe class also contains the \u003ccode\u003eClone()\u003c/code\u003e method, which is useful for creating a duplicate instance of the \u003ccode\u003ePublisherClient.Settings\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]