Cisco Unified Application Environment Etch Bridge
StubEtchBridge Constructor (src, obj, queued, free)
Namespacescisco.uc.cuaeStubEtchBridgeStubEtchBridge(DeliveryService, Object, Pool, Pool)
Stub for EtchBridge.
Declaration Syntax
C#Visual BasicVisual C++
public StubEtchBridge(
	DeliveryService src,
	Object obj,
	Pool queued,
	Pool free
)
Public Sub New ( _
	src As DeliveryService, _
	obj As Object, _
	queued As Pool, _
	free As Pool _
)
public:
StubEtchBridge(
	DeliveryService^ src, 
	Object^ obj, 
	Pool^ queued, 
	Pool^ free
)
Parameters
src (DeliveryService)
the delivery service to use.
obj (Object)
the implementation of EtchBridge 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