IWMSPushSourceCallback Object (C#)

The IWMSPushSourceCallback object provides methods that enable a plug-in to respond to IWMSPushSourceIWMSPushSource Object (C#) method calls.

Note

   This object is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008. Each method of this object must be called only once, even if an error code is returned after the initial call.

The IWMSPushSourceCallback object exposes the following properties and methods.

Method

Description

OnPausePushing

Called by a plug-in to respond when the server calls IWMSPushSource.PausePushing.

OnStartPushing

Called by a plug-in to respond when the server calls IWMSPushSource.StartPushing.

OnStopPushing

Called by a plug-in to respond when the server calls IWMSPushSource.StopPushing.

See Also

Concepts

Custom Plug-in Objects (C#)