Click or drag to resize
ResponseEventsAddEvent Method
Adds a ResponseEvent that has been received.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AddEvent(
	ResponseEvent e
)

Parameters

e
Type: AsterNET.Manager.EventResponseEvent
the ResponseEvent that has been received.
See Also