  | ResponseEventsAddEvent Method  | 
                Adds a ResponseEvent that has been received.
            
 
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddEvent(
	ResponseEvent e
)
Public Sub AddEvent ( 
	e As ResponseEvent
)
public:
void AddEvent(
	ResponseEvent^ e
)
member AddEvent : 
        e : ResponseEvent -> unit 
Parameters
- e
 - Type: AsterNET.Manager.EventResponseEvent
the ResponseEvent that has been received. 
See Also