AsyncConfig Constructor

Overload List

AsyncConfig Initializes a new instance of the AsyncConfig class.
AsyncConfig(CancellationToken) Initializes a new instance of the AsyncConfig class initializing the IsCancelRequestedCallback property from a CancellationToken.
This constructor is available only for .NET Framework 4.0 and later.
AsyncConfig(AsyncCallback, FuncBoolean) Initializes a new instance of the AsyncConfig class.

See Also