Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndFindFolder C# (CSharp) Метод

EndFindFolder() публичный Метод

public EndFindFolder ( System asyncResult ) : FindFolderResponseType
asyncResult System
Результат FindFolderResponseType
        public FindFolderResponseType EndFindFolder(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((FindFolderResponseType)(results[0]));
        }
ExchangeServiceBinding