Connect Method
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