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

EndSyncFolderHierarchy() public method

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