ITsSbResourceNotification interface (sbtsv.h)

Exposes methods that Remote Desktop Connection Broker (RD Connection Broker) uses to notify plug-ins of any state changes that occur in the session, target, and client connection objects. Plug-ins can use these notifications in many ways. For example, they can implement load-balancing algorithms.

Inheritance

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

Methods

The ITsSbResourceNotification interface has these methods.

 
ITsSbResourceNotification::NotifyClientConnectionStateChange

Notifies registered plug-ins about state changes in a client connection. (ITsSbResourceNotification.NotifyClientConnectionStateChange)
ITsSbResourceNotification::NotifySessionChange

Notifies registered plug-ins about state changes in a session object. (ITsSbResourceNotification.NotifySessionChange)
ITsSbResourceNotification::NotifyTargetChange

Notifies registered plug-ins about state changes in a target object. (ITsSbResourceNotification.NotifyTargetChange)

Requirements

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

See also

ITsSbResourceNotificationEx

Remote Desktop Virtualization Interfaces