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