Свойство | Type | Description | |
---|---|---|---|
Client |
Méthode | Description | |
---|---|---|
CapsEventDictionary ( |
Default constructor
|
|
RegisterEvent ( string capsEvent, |
Register an event handler Use String.Empty to fire this event on every CAPS event |
|
UnregisterEvent ( string capsEvent, |
|
Méthode | Description | |
---|---|---|
BeginRaiseEvent ( string capsEvent, StructuredData body, |
Fire the events registered for this event type asynchronously
|
|
RaiseEvent ( string capsEvent, StructuredData body, |
Fire the events registered for this event type synchronously
|
|
ThreadPoolDelegate ( Object state ) : void |
public CapsEventDictionary ( |
||
client | Reference to the GridClient object | |
Résultat | System |
public RegisterEvent ( string capsEvent, |
||
capsEvent | string | Capability event name to register the /// handler for |
eventHandler | Callback to fire | |
Résultat | void |
public UnregisterEvent ( string capsEvent, |
||
capsEvent | string | Capability event name unregister the /// handler for |
eventHandler | Callback to unregister | |
Résultat | void |