SIFWorks ADK 2.0
SetPublisher Method (publisher)
NamespacesEdustructures.SifWorksIZoneSetPublisher(IPublisher)

[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.
Declaration Syntax
C#Visual BasicVisual C++
void SetPublisher(
	IPublisher publisher
)
Sub SetPublisher ( _
	publisher As IPublisher _
)
void SetPublisher (
	IPublisher^ publisher
)
Parameters
publisher (IPublisher)
An object that implements the
CopyC#
Publisher
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.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10