Click or drag to resize

ServiceProxyFactoryGetProxyTChannel(String) Method

Returns a proxy for an endpoint

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public IServiceProxy<TChannel> GetProxy<TChannel>(
	string endpointName
)
where TChannel : ICommunicationObject

Parameters

endpointName  String
Name of the service endpoint.

Type Parameters

TChannel
Type of channel the proxy connects to

Return Value

IServiceProxyTChannel
Returns a proxy fo an endpoint.

Implements

IServiceProxyFactoryGetProxyTChannel(String)
See Also