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

EndCreateChild() 공개 메소드

public EndCreateChild ( IAsyncResult result ) : IMailbox
result IAsyncResult
리턴 IMailbox
        public IMailbox EndCreateChild(IAsyncResult result)
        {
            return this._delegateCreateChild.EndInvoke(result);
        }