The precise meaning of the settings in this class
is context-sensitive. For example, when used by a library which creates multiple
streams of data, the flow control settings may restrict flow on a per-stream basis,
or on an aggregate basis. Please consult the documentation of the library that consumes
these settings for more details on how they're used in that context.
Constructors
FlowControlSettings(long?, long?)
public FlowControlSettings(long? maxOutstandingElementCount, long? maxOutstandingByteCount)
Creates a new instance with the specified settings.
[[["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\u003e\u003ccode\u003eFlowControlSettings\u003c/code\u003e is a class used to manage data flow restrictions, with its exact application depending on the context of the library using these settings.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and includes members such as \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eGetType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eConstructors for \u003ccode\u003eFlowControlSettings\u003c/code\u003e accept \u003ccode\u003emaxOutstandingElementCount\u003c/code\u003e and \u003ccode\u003emaxOutstandingByteCount\u003c/code\u003e, both of which are nullable long integers that control flow limitation based on either element or byte count.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMaxOutstandingByteCount\u003c/code\u003e and \u003ccode\u003eMaxOutstandingElementCount\u003c/code\u003e are properties of the class that provide the defined limits for flow restriction, returning a nullable long integer.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this class that can be found in the documentation, with version 4.10.0 being the latest, and 4.8.0 being the version detailed in this content.\u003c/p\u003e\n"]]],[],null,[]]