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

EndAppend() 공개 메소드

public EndAppend ( IAsyncResult result ) : string
result IAsyncResult
리턴 string
        public string EndAppend(IAsyncResult result)
        {
            return (string)result.AsyncState.GetType().GetMethod("EndInvoke").Invoke(result.AsyncState, new object[] { result });
        }