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

EndFindItem() public méthode

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