Sprinter Defect Tracking System API
Connect Method
The URL of the defect tracking system.
The user name.
In plain text.
The timeout in milliseconds.
Connects to the defect tracking system.
Syntax
bool Connect( 
   string url,
   string userName,
   string password,
   int timeoutInMilliSeconds
)

Parameters

url
The URL of the defect tracking system.
userName
The user name.
password
In plain text.
timeoutInMilliSeconds
The timeout in milliseconds.

Return Value

true on success.
See Also

Reference

IConnectableSystem Interface
IConnectableSystem Members