ValidateLicenseForIntegration Method

<< Click to Display Table of Contents >>

Navigation:  CXS.Retail.API Assembly > Namespaces > CXS.Retail.API Namespace > Classes > IntegrationService > Methods >

ValidateLicenseForIntegration Method

Navigation:  CXS.Retail.API Assembly > Namespaces > CXS.Retail.API Namespace > Classes > IntegrationService > Methods >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend Retail 6.6 - Web API Help

ValidateLicenseForIntegration Method

Collapse All Expand All Language Filter: All Language Filter: Multiple Language Filter: Visual Basic Language Filter: Visual Basic (Declaration) Language Filter: Visual Basic (Usage) Language Filter: C# Language Filter: C++/CLI

[TCheckBoxFormControlObj] Visual Basic (Declaration)

[TCheckBoxFormControlObj] Visual Basic (Usage)

[TCheckBoxFormControlObj] C#

[TCheckBoxFormControlObj] C++/CLI

CXS.Retail.API Namespace > IntegrationService Class : ValidateLicenseForIntegration Method

The user Id.

The password.

The is database type hana.

Validates the license for integration.

Syntax

Visual Basic

C#

C++/CLI

'Declaration

Public Function ValidateLicenseForIntegration( _

  ByVal UserId As String, _

  ByVal Password As String, _

  ByVal IsDBTypeHANA As Boolean _

) As Boolean

'Usage

Dim instance As IntegrationService

Dim UserId As String

Dim Password As String

Dim IsDBTypeHANA As Boolean

Dim value As Boolean

value = instance.ValidateLicenseForIntegration(UserId, Password, IsDBTypeHANA)

public bool ValidateLicenseForIntegration(

  string UserId,

  string Password,

  bool IsDBTypeHANA

)

public:

bool ValidateLicenseForIntegration(

  String^ UserId,

  String^ Password,

  bool IsDBTypeHANA

)

Parameters

UserId

The user Id.

Password

The password.

IsDBTypeHANA

The is database type hana.

Return Value

Boolean.

Exceptions

Exception

Description

System.ServiceModel.FaultException

Represents a SOAP fault.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntegrationService Class

IntegrationService Members

Send Feedback