IRMTrackServiceInitialize 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 void Initialize(
string ServerUrl,
string AccessKey,
string SecretKey
)
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
See Also