System.ComponentModel.Async.Async C# (CSharp) 메소드

Async() 개인적인 메소드

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