Property | Type | Description | |
---|---|---|---|
Running | bool | ||
id | int |
Method | Description | |
---|---|---|
EventQueue ( ) : System | ||
EventQueue ( NetworkStream sock ) : System | ||
Run ( |
||
SendEvent ( |
||
SendEvent ( string eventName, OSDMap body ) : void | ||
SendEvents ( IList |
||
SendResponse ( |
||
SetSock ( NetworkStream sock ) : void | ||
StartEventQueue ( |
||
Stop ( ) : void |
Method | Description | |
---|---|---|
EventQueueHandler ( |
public EventQueue ( NetworkStream sock ) : System | ||
sock | NetworkStream | |
return | System |
public Run ( |
||
eqReq | ||
return |
public SendEvent ( |
||
eventQueueEvent | ||
return | void |
public SendEvent ( string eventName, OSDMap body ) : void | ||
eventName | string | |
body | OSDMap | |
return | void |
public SendResponse ( |
||
eqRequest | ||
eventsToSend | List |
|
return | void |
public StartEventQueue ( |
||
eqRequest | ||
return | void |