ActiveUp.Net.Mail.Mailbox.BeginEmpty C# (CSharp) Méthode

BeginEmpty() public méthode

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