Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndGetUserConfiguration C# (CSharp) 메소드

EndGetUserConfiguration() 공개 메소드

public EndGetUserConfiguration ( System asyncResult ) : GetUserConfigurationResponseMessageType
asyncResult System
리턴 GetUserConfigurationResponseMessageType
        public GetUserConfigurationResponseMessageType EndGetUserConfiguration(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((GetUserConfigurationResponseMessageType)(results[0]));
        }
ExchangeServiceBinding