Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndUpdateUserConfiguration C# (CSharp) Méthode

EndUpdateUserConfiguration() public méthode

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