| RMTrackService Constructor  | 
 
            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.
            
 
    Namespace: 
   RMTrackApiClient
    Assembly:
   RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
 Syntax
Syntax Examples
ExamplesTo create a new instance of the api service object:
            
RMTrackApiClient.RMTrackService RMTrack = new RMTrackApiClient.RMTrackService();
RMTrack.Initialize("http://wwww.myserver.com/rmt/rmtrackapi", "accesskey", "secretkey"); See Also
See Also