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

EndAddDelegate() public method

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