Aqualogic Interaction API  
 

IPTSession.OpenRegistry Method 

Instantiates and returns the specified Provider Registry. Should only be called after the IPTSession has been connected.

object OpenRegistry(
   int iRegistryID
);

Parameters

iRegistryID
- The ID of the registry to create. Valid values are from the PT_REGISTRYTYPES enumeration.

Return Value

The provider object.

See Also

IPTSession Interface | com.plumtree.server Namespace