Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndUpdateUserConfiguration C# (CSharp) Метод

EndUpdateUserConfiguration() публичный Метод

public EndUpdateUserConfiguration ( System asyncResult ) : UpdateUserConfigurationResponseType
asyncResult System
Результат UpdateUserConfigurationResponseType
        public UpdateUserConfigurationResponseType EndUpdateUserConfiguration(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((UpdateUserConfigurationResponseType)(results[0]));
        }
ExchangeServiceBinding