Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndCreateFolder C# (CSharp) Méthode

EndCreateFolder() public méthode

public EndCreateFolder ( System asyncResult ) : CreateFolderResponseType
asyncResult System
Résultat CreateFolderResponseType
        public CreateFolderResponseType EndCreateFolder(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((CreateFolderResponseType)(results[0]));
        }
ExchangeServiceBinding