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

EndSyncFolderHierarchy() 공개 메소드

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