ITsSbResourceNotificationEx 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 ITsSbResourceNotificationEx interface inherits from the IUnknown interface. ITsSbResourceNotificationEx also has these types of members:

Methods

The ITsSbResourceNotificationEx interface has these methods.

 
ITsSbResourceNotificationEx::NotifyClientConnectionStateChangeEx

Notifies registered plug-ins about state changes in a client connection. (ITsSbResourceNotificationEx.NotifyClientConnectionStateChangeEx)
ITsSbResourceNotificationEx::NotifySessionChangeEx

Notifies registered plug-ins about state changes in a session object. (ITsSbResourceNotificationEx.NotifySessionChangeEx)
ITsSbResourceNotificationEx::NotifyTargetChangeEx

Notifies registered plug-ins about state changes in a target object. (ITsSbResourceNotificationEx.NotifyTargetChangeEx)

Requirements

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

See also

ITsSbResourceNotification

Remote Desktop Virtualization Interfaces