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

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

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