Stub for EtchBridgeServer.

Declaration Syntax
public StubEtchBridgeServer(
DeliveryService src,
Object obj,
Pool queued,
Pool free
)
Public Sub New ( _
src As DeliveryService, _
obj As Object, _
queued As Pool, _
free As Pool _
)
public:
StubEtchBridgeServer(
DeliveryService^ src,
Object^ obj,
Pool^ queued,
Pool^ free
)

Parameters
- src (DeliveryService)
- the delivery service to use.
- obj (Object)
- the implementation of EtchBridgeServer responsive to requests.
- queued (Pool)
- thread pool used to run AsyncReceiverMode.QUEUED methods.
- free (Pool)
- thread pool used to run AsyncReceiverMode.FREE methods..
Assembly:
autodoc-csharp (Module: autodoc-csharp) Version: 0.0.0.0