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

EndCreateChild() public méthode

public EndCreateChild ( IAsyncResult result ) : IMailbox
result IAsyncResult
Résultat IMailbox
        public IMailbox EndCreateChild(IAsyncResult result)
        {
            return this._delegateCreateChild.EndInvoke(result);
        }