Click or drag to resize

RMTrackService Constructor

Overload List
  NameDescription
Public methodCode exampleRMTrackService
Provides a basic constructor. This constructor is primarily available to support COM clients (which can only call the default constructor). The Initialize method allows you set set the server's URL and the access/secret keys.
Public methodCode exampleRMTrackService(String, String, String)
Constructor is called with the url of the RMTrack installation. Not available from COM clients.
Public methodCode exampleRMTrackService(String, String, String, Boolean)
Constructor is called with the url of the RMTrack installation. Not available from COM clients.
Top
See Also