Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndCreateFolder C# (CSharp) Method

EndCreateFolder() public method

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