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

BeginCreateChild() public méthode

public BeginCreateChild ( string mailboxName, AsyncCallback callback ) : IAsyncResult
mailboxName string
callback AsyncCallback
Résultat IAsyncResult
        public IAsyncResult BeginCreateChild(string mailboxName, AsyncCallback callback)
        {
            this._delegateCreateChild = this.CreateChild;
            return this._delegateCreateChild.BeginInvoke(mailboxName, callback, this._delegateCreateChild);
        }