eEngineEvents Members
The eEngineEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
BlobReceived |
Engine received a Blob Object
|
|
ChannelConnected |
RETIRED IN V4: No more channels
|
|
ChannelDown |
RETIRED IN V4: No more channels
|
|
ChannelIsUpAgain |
RETIRED IN V4: No more channels
|
|
Check4Updates |
Fires when the ContentService receives a CDE_CHECK4UPDATES request from another node.
|
|
ChunkReceived |
Fires when a new chunk of a larger telegram was received
|
|
CostingWasUpdated |
A plugin-service can subscribe to this event in order to update the costing for
the telegram. The Event is called synchronously and should be used ONLY to
update the costing of the Telegram
|
|
CustomTSMMessage |
Any Message sent to the Content-Relay Service that was not handled by the Content Service will be forwarded to this event
|
|
EngineHasStarted |
Register a callback that will be called when the engine was started (via Start Engine)
|
|
EngineHasStopped |
Register a callback to handle the event that is fired when the engine was stopped.
For LiveEngine/Service data provider this only happens during shutdown of the hosting application
For Not LiveEngines/Data Consumer this happens when the last communication channel was lost and no more channels are active
|
|
EngineInitialized |
This event is called when a plugin-service has "ProcessInitialized()"
SetEngineReadiness() method
|
|
EngineIsReady |
This event is called when a plugin-service was set to Ready using the
SetEngineReadiness() method
|
|
FileReceived |
Fired when a file is received by the C-DEngine. a plugin can register for this event and gets notified if the file was meant for the it
|
|
IncomingEngineMessage |
This event behaves similarly to eEngineEvents.IncomingMessage, but is also fired subsequently to eThingEvents.IncomingMessage.
Any time either eThingEvents.IncomingMessage or eEngineEvents.IncomingMessage is fired, this event will also be fired.
Be aware that subscribing to this event along with one (or more) of the other IncomingMessage events on the same Thing/engine may cause you to receive duplicate messages.
|
|
IncomingMessage |
This is the main event handler for all incoming telegrams. It will be called if
all underlying security and scoping conditions are met.
|
|
MessageProcessed |
Register a callback that will be called when a TSM was processed
This allows for communication between plugin-services
|
|
NewChannelActive |
RETIRED IN V4: No more channels
|
|
NewEventLogEntry |
Can be fired on the ContentService to announce a new Event Log Events
|
|
NewSubscription |
A new Subscription was received for the Engine
|
|
PreShutdown |
C-DEngine is about to shutdown. The MyServiceHostInfo.PreShutDownDelay sets the delay time for the shutdown. By default this is zero and the event is not fired
|
|
ShutdownEvent |
Fires when the Engine received a Shut Down request "StopEngine()"
|
|
ThingDeleted |
Fired when a Thing of an engine was Deleted from the Registry
|
|
ThingInitCalled |
NEWV4: Fired when RegisterThing has called the Init() function
|
|
ThingRegistered |
Fired when a new Thing of an engine was registereed
|
|
ThingUpdated |
Fired when a Thing of an Engine was updated
|