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

EndFindItem() public method

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