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