RMTrackServiceInitialize Method |
Takes the place of a constructor. Must be called prior to any other
method.
Namespace:
RMTrackApiClient
Assembly:
RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax public void Initialize(
string ServerUrl,
string AccessKey,
string SecretKey
)
Public Sub Initialize (
ServerUrl As String,
AccessKey As String,
SecretKey As String
)
Parameters
- ServerUrl
- Type: SystemString
The URL of the RMTrack server - AccessKey
- Type: SystemString
The access key for the RMTrack server - SecretKey
- Type: SystemString
The secret key for the RMTrack server
Implements
IRMTrackServiceInitialize(String, String, String)See Also