Call to message translator for EtchBridgeServer.
| C# | Visual Basic | Visual C++ |
public class RemoteEtchBridgeServer : RemoteEtchBridge, EtchBridgeServer, EtchBridge
Public Class RemoteEtchBridgeServer _ Inherits RemoteEtchBridge _ Implements EtchBridgeServer, EtchBridge
public ref class RemoteEtchBridgeServer : public RemoteEtchBridge, EtchBridgeServer, EtchBridge
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| RemoteEtchBridgeServer(DeliveryService, ValueFactory) | Constructs the RemoteEtchBridgeServer. | |
| _async | Class Instance used to hide synchronous message
implementation. Use this to invoke the asynchronous message
implementation | |
| _inner | Deprecated. | |
| addCuaeSession(String) | ||
| getConfig(String) |
Query application partition configuration items
| |
| getPartitions()()() |
Query application partitions
| |
| logWrite(Nullable<(Of <(LogLevel>)>), String) |
CUAE Etch Bridge notify Etch application has been triggered
| |
| registerApplication(String, String, String, String) |
Register Etch application to CUAE Etch Bridge
| |
| registerPlugin(String, String, String, String, String) |
Register Etch plugin to CUAE Etch Bridge
| |
| removeCuaeSession(String) |
Etch application notify a session instance terminated from the application logic.
This is similar to the legacy EndScript action in CUAE.
| |
| unregisterApplication(String, String, String) |
Unregister Etch application from CUAE Etch Bridge
| |
| unregisterPlugin(String, String, String) |
Unregister Etch plugin from CUAE Etch Bridge
|
| Object | |||
| RemoteBase | |||
| RemoteEtchBridge | |||
| RemoteEtchBridgeServer | |||