SIFWorks ADK 2.0
ReportPublisher Property
NamespacesEdustructures.SifWorksAgentReportPublisher

[This is preliminary documentation and is subject to change.]

Gets or sets the global ReportPublisher message handler registered with the Agent.
Declaration Syntax
C#Visual BasicVisual C++
public virtual IReportPublisher ReportPublisher{ get; set;}
Public Overridable Property ReportPublisher As IReportPublisher
public:
virtual property IReportPublisher^ ReportPublisher {
	IReportPublisher^ get ();
	void set (IReportPublisher^ value);
}
Value
An object that implements the IReportPublisher interface to respond to SIF_Request queries received for SIF_ReportObject objects.
Remarks

This IPublisher will be called whenever a request is received and no other object in the message dispatching chain has processed the message.

In order to receive SIF_Request messages, the agent is expected to be registered as a Provider of one or more object types in at least one zone. This method does not send SIF_Provide messages to any zones.

Note:Agents typically register message handlers with Topics or with Zones instead of with the Agent. The message dispatcher first delivers messages to Topics, then to Zones, and finally to the Agent itself.

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