ActiveUp.Net.Mail.Mailbox.BeginEmpty C# (CSharp) Method

BeginEmpty() public method

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