System.ComponentModel.Async.Async C# (CSharp) Méthode

Async() private méthode

private Async ( bool supportsCancel ) : System
supportsCancel bool
Résultat System
        internal Async(bool supportsCancel)
        {
            _supportsCancel = supportsCancel;
        }