Aqualogic Interaction API  
 

IPTDataSource.Initialize Method 

Initializes newly created Data Source. This is only necessary if the Data Source object is being created for the first time (not pre-existing).

void Initialize(
   string bstrDataSourceProviderCLSID
);

Parameters

bstrDataSourceProviderCLSID
A String which uniquely identifies the Data Source Provider (web or soap) for this Data Source

See Also

IPTDataSource Interface | com.plumtree.server Namespace