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