Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndSyncFolderHierarchy C# (CSharp) Méthode

EndSyncFolderHierarchy() public méthode

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