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

EndUnsubscribe() 공개 메소드

public EndUnsubscribe ( IAsyncResult result ) : string
result IAsyncResult
리턴 string
        public string EndUnsubscribe(IAsyncResult result)
        {
            return this._delegateUnsubscribe.EndInvoke(result);
        }