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

EndGetDelegate() public method

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