ProvOrian Constructor

It creates a new instance of the ProvOrian.
Public Sub New( _ 
ByVal providerUser As String, _ 
ByVal providerPassword As String, _ 
ByVal arbUser As String, _ 
ByVal arbPassword As String, _ 
ByVal Test_env As Boolean
)
This language is not supported or no code example is available.
public ProvOrian( 
string providerUser
string providerPassword
string arbUser
string arbPassword
bool Test_env 
)
This language is not supported or no code example is available.

Parameters

providerUser
string

providerPassword
string

arbUser
string

User Name provided by Arbitrans

arbPassword
string

Key provided by Arbitrans

Test_env
bool

Example
 
 PronOrian ori = new PronOrian("orianUser", "orianPassword", "Arbitrans User", "Arbitrans Key", false);
 					
This language is not supported or no code example is available.
 Dim ori As PronOrian = New PronOrian("orianUser", "orianPassword", "Arbitrans User", "Arbitrans Key", False)
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition