ServiceProxyFactory.GetProxy<TChannel> Method (String)

Scanjour Workflow4 Reference Manual
Returns a proxy for an endpoint

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.2.0.0 (23.2.0.0)
Syntax

public IServiceProxy<TChannel> GetProxy<TChannel>(
	string endpointName
)
where TChannel : ICommunicationObject

Parameters

endpointName
Type: System.String
Name of the service endpoint.

Type Parameters

TChannel
Type of channel the proxy connects to

Return Value

Type: IServiceProxy<TChannel>
Returns a proxy fo an endpoint.

Implements

IServiceProxyFactory.GetProxy<TChannel>(String)
See Also

Reference