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 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:
BooleanReturns true if a event receiver was found for the event.
See Also