Class FlowControlEventArgs
Event relating to flow control.
public class FlowControlEventArgs : AsyncEventArgs
- Inheritance
-
FlowControlEventArgs
- Inherited Members
Constructors
FlowControlEventArgs(bool, CancellationToken)
public FlowControlEventArgs(bool active, CancellationToken cancellationToken = default)
Parameters
active
boolcancellationToken
CancellationToken
Fields
Active
Access the flow control setting.
public readonly bool Active