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

EndDeleteUserConfiguration() public method

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