Returns a proxy for an endpoint
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
IServiceProxy<TChannel> GetProxy<TChannel>( string endpointName ) where TChannel : ICommunicationObject
Parameters
- endpointName
- Type: SystemString
Name of the service endpoint.
Type Parameters
- TChannel
- Type of channel the proxy connects to
Return Value
Type: IServiceProxyTChannelReturns a proxy fo an endpoint.
See Also