Click or drag to resize

EventManagerSendEventAsync Method

Queues an event to be sent, returns immediately.

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SendEventAsync(
	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.
See Also