ActiveUp.Net.Mail.Mailbox.BeginEmpty C# (CSharp) 메소드

BeginEmpty() 공개 메소드

public BeginEmpty ( bool expunge, AsyncCallback callback ) : IAsyncResult
expunge bool
callback AsyncCallback
리턴 IAsyncResult
        public IAsyncResult BeginEmpty(bool expunge, AsyncCallback callback)
        {
            this._delegateEmpty = this.Empty;
            return this._delegateEmpty.BeginInvoke(expunge, callback, this._delegateEmpty);
        }