[This is preliminary documentation and is subject to change.]
Gets or sets the global ReportPublisher message handler registered with the Agent.
| C# | Visual Basic | Visual C++ |
public virtual IReportPublisher ReportPublisher{ get; set;}
Public Overridable Property ReportPublisher As IReportPublisher
public: virtual property IReportPublisher^ ReportPublisher { IReportPublisher^ get (); void set (IReportPublisher^ value); }
An object that implements the IReportPublisher
interface to respond to SIF_Request queries received for SIF_ReportObject
objects.
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.