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

EndCreateManagedFolder() public method

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