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

EndUnsubscribe() public méthode

public EndUnsubscribe ( IAsyncResult result ) : string
result IAsyncResult
Résultat string
        public string EndUnsubscribe(IAsyncResult result)
        {
            return this._delegateUnsubscribe.EndInvoke(result);
        }