System.ComponentModel.Async.Async C# (CSharp) Method

Async() private method

private Async ( bool supportsCancel ) : System
supportsCancel bool
return System
        internal Async(bool supportsCancel)
        {
            _supportsCancel = supportsCancel;
        }