[This is preliminary documentation and is subject to change.]
Register a Publisher message handler with this zone to process SIF_Request
messages for all object types.
| C# | Visual Basic | Visual C++ |
void SetPublisher( IPublisher publisher )
Sub SetPublisher ( _ publisher As IPublisher _ )
void SetPublisher ( IPublisher^ publisher )
- publisher (IPublisher)
- An object that implements the
CopyC#interface to respond to SIF_Request queries received by the agent. This object will be called whenever a SIF_Request is received on this zone and no other object in the message dispatching chain has processed the message.Publisher