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

EndUpdateUserConfiguration() public method

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