![]() | OutputAdapter Methods |
The OutputAdapter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Destroy |
Dispose the Adapter, stopping the sending of all events and releasing all
the resources, and disallowing any further state changes on the Adapter.
(Inherited from Adapter.) |
![]() | GetSubscription |
Returns a given subscription by it's name, or null if not found
|
![]() | Pause |
Pause the sending of events after a Adapter has been started.
(Inherited from Adapter.) |
![]() | Resume |
Resume sending events after the Adapter has been paused.
(Inherited from Adapter.) |
![]() | Start |
Start the sending of events into the runtime egine.
(Inherited from Adapter.) |
![]() | Stop |
Stop sending events and return the Adapter to the OPENED state, ready to be
started once again.
(Inherited from Adapter.) |