Click or drag to resize

EventManagerSendEvent Method

Send an event to all registered receivers.

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool SendEvent(
	string eventName,
	params Object[] args
)

Parameters

eventName
Type: SystemString
The name of the event to send.
args
Type: SystemObject
Arguments to send to the event receiver.

Return Value

Type: Boolean
Returns true if a event receiver was found for the event.
See Also