Used by a Provider to notify all registered event handlers that an event has occurred.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void signal( DOFInterfaceEvent event_Renamed, IList<DOFValue> parameters )
Parameters
- event_Renamed
- Type: org.opendof.core.oalDOFInterfaceEvent
The event that has occurred. This must not be null. - parameters
- Type: System.Collections.GenericIListDOFValue
A List of DOFValue's representing the event's parameters.
Remarks
See Also
Reference
isSignalRequired(Event)