Cisco Unified Application Environment Etch Bridge
NewServer Method (uri, resources, implFactory)
Namespacescisco.uc.cuaeEtchBridgeHelperNewServer(String, Resources, EtchBridgeHelper..::.EtchBridgeClientFactory)
Constructs a new client session per specifications in uri and resources.
Declaration Syntax
C#Visual BasicVisual C++
public static RemoteEtchBridgeServer NewServer(
	string uri,
	Resources resources,
	EtchBridgeHelper..::.EtchBridgeClientFactory implFactory
)
Public Shared Function NewServer ( _
	uri As String, _
	resources As Resources, _
	implFactory As EtchBridgeHelper..::.EtchBridgeClientFactory _
) As RemoteEtchBridgeServer
public:
static RemoteEtchBridgeServer^ NewServer(
	String^ uri, 
	Resources^ resources, 
	EtchBridgeHelper..::.EtchBridgeClientFactory^ implFactory
)
Parameters
uri (String)
contains specifications for the client session transport stack.
resources (Resources)
additional resources to aid in constructing new sessions.
implFactory (EtchBridgeHelper..::.EtchBridgeClientFactory)
factory used to construct a new instance implementing EtchBridgeClient. The new instance will receive and process messages from the server session.
Return Value
new remote server instance initialized by uri and resources which may be used to send messages to the server session.

Assembly: autodoc-csharp (Module: autodoc-csharp) Version: 0.0.0.0