This class extends EventConsumer and as such can connect to the Engine through an EventSupplier and register to receive events. In addition, DisconnectableEventConsumer can also disconnect from the Engine using the Disconnect method.
More...
Inherits Apama.Event.EventConsumer.
|
virtual void | Disconnect ([MarshalAs(UnmanagedType.LPWStr)]string reason) |
| Disconnect the event consumer from its underlying event supplier. More...
|
|
override void | Dispose () |
| Must be called to free unmanaged resources associated with this object. More...
|
|
virtual void | SendEvents (Event[] events) |
| This method must be defined in inherited classes to enable receiving of events. This method is called by an EventSupplier. More...
|
|
override string | ToString () |
| Returns a string that represents the object. More...
|
|
This class extends EventConsumer and as such can connect to the Engine through an EventSupplier and register to receive events. In addition, DisconnectableEventConsumer can also disconnect from the Engine using the Disconnect method.
virtual void Apama.Event.DisconnectableEventConsumer.Disconnect |
( |
[MarshalAs(UnmanagedType.LPWStr)] string |
reason | ) |
|
|
virtual |
Disconnect the event consumer from its underlying event supplier.
override void Apama.Event.DisconnectableEventConsumer.Dispose |
( |
| ) |
|
|
virtual |
override void Apama.Event.DisconnectableEventConsumer.Dispose |
( |
bool |
disposing | ) |
|
|
protectedvirtual |
Virtual helper method to implement Dispose()
- Parameters
-
disposing | This parameter is intended for internal compatibility and its input value makes no semantic difference. |
Reimplemented from Apama.Event.EventConsumer.