ProvIlyda Constructor
It creates a new instance of the ProvIlyda.
Public Sub New( _
ByVal providerUser As String, _
ByVal providerPassword As String, _
ByVal arbUser As String, _
ByVal arbKey As String, _
ByVal Test_env As Boolean _
)
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
providerUser
-
string
-
providerPassword
-
string
-
arbUser
-
string
User Name provided by Arbitrans
-
arbKey
-
string
Key provided by Arbitrans
-
Test_env
-
bool
ProvIlyda ily = new ProvIlyda("ilydaUser", "ilydaPassword", "arbUser", "arbKey", false);
This language is not supported or no code example is available.
Dim ily As ProvIlyda = New ProvIlyda("ilydaUser", "ilydaPassword", "arbUser", "arbKey", False)
This language is not supported or no code example is available.
.NET Framework
Supported in: 3.5 or newer