ServiceProxyFactoryGetProxyTChannel(String) Method

Returns a proxy for an endpoint

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
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