Aqualogic Interaction API  
 

IPTDataSourceProvider.Initialize Method 

Initialization of a Data Source Provider requires Repository specific Information (passwd, logon, preferences, etc.) Initialization causes the DataSourceProvider to connect to the Repository in 5.0, client should pass in the WSID on the data source

void Initialize(
   IXPPropertyBag pBagRepositoryInfo,
   IPTSession pSession,
   int lWebServiceID
);

Parameters

pBagRepositoryInfo
Provider specific repository connection parameters
pSession
a Plumtree user session
lWebServiceID
The Web Service ID for this provider

See Also

IPTDataSourceProvider Interface | com.plumtree.server Namespace