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

EndCreateUserConfiguration() public method

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