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