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

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

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