Aqualogic Interaction API  
 

PT_GLOBALOBJECTS Class

Global objects are opened through IPTSession.OpenGlobalObject. They are similar to other Plumtree administrative objects, except that they are singletons. You cannot create more than one instance of global objects, and you cannot delete an existing instance.

For a list of all members of this type, see PT_GLOBALOBJECTS Members.

System.Object
   com.plumtree.server.PT_GLOBALOBJECTS

public sealed class PT_GLOBALOBJECTS

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.server

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

PT_GLOBALOBJECTS Members | com.plumtree.server Namespace | IPTSession