SIFWorks ADK 2.0
ReportEvent Method (obj, action, destinationId)
NamespacesEdustructures.SifWorksIZoneReportEvent(SifDataObject, EventAction, String)

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

Report a directed SIF Event to the agent in the zone identified by
CopyC#
destinationId
. Note: Directed SIF Events may not be supported by all zone integration servers.
Declaration Syntax
C#Visual BasicVisual C++
void ReportEvent(
	SifDataObject obj,
	EventAction action,
	string destinationId
)
Sub ReportEvent ( _
	obj As SifDataObject, _
	action As EventAction, _
	destinationId As String _
)
void ReportEvent (
	SifDataObject^ obj, 
	EventAction action, 
	String^ destinationId
)
Parameters
obj (SifDataObject)
The object that was added, changed, or deleted
action (EventAction)
CopyC#
Event.ADD
,
CopyC#
Event.CHANGE
, or
CopyC#
Event.DELETE
destinationId (String)
The SourceId of the agent to which the SIF Event will be routed by the zone integration server

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