Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndCreateFolder C# (CSharp) 메소드

EndCreateFolder() 공개 메소드

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