ITsSbGlobalStore interface (sbtsv.h)

Exposes methods that query for target computers, sessions, environments, and farms that have been added to the Remote Desktop Connection Broker (RD Connection Broker) store. Plug-ins can obtain an instance of the global store from the ITsSbProvider object that they retrieve during initialization.

Inheritance

The ITsSbGlobalStore interface inherits from the IUnknown interface. ITsSbGlobalStore also has these types of members:

Methods

The ITsSbGlobalStore interface has these methods.

 
ITsSbGlobalStore::EnumerateEnvironmentsByProvider

Returns an array that contains the environments present on the specified provider.
ITsSbGlobalStore::EnumerateFarms

Enumerates all the farms that have been added by the specified resource plug-in.
ITsSbGlobalStore::EnumerateSessions

Returns an array that contains sessions on the specified provider.
ITsSbGlobalStore::EnumerateTargets

Returns an array that contains the specified targets present in the global store.
ITsSbGlobalStore::GetFarmProperty

Retrieves a property of a farm. (ITsSbGlobalStore.GetFarmProperty)
ITsSbGlobalStore::QuerySessionBySessionId

Retrieves the ITsSbSession object associated with the given session ID.
ITsSbGlobalStore::QueryTarget

Retrieves the ITsSbTarget object for the given parameters.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Target Platform Windows
Header sbtsv.h

See also

Remote Desktop Virtualization Interfaces