IServiceProxyFactoryGetProxyTChannel(String) Method
Returns a proxy for an endpoint
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
IServiceProxy<TChannel> GetProxy<TChannel>(
string endpointName
)
where TChannel : ICommunicationObject
Function GetProxy(Of TChannel As ICommunicationObject) (
endpointName As String
) As IServiceProxy(Of TChannel)
generic<typename TChannel>
where TChannel : ICommunicationObject
IServiceProxy<TChannel>^ GetProxy(
String^ endpointName
)
abstract GetProxy :
endpointName : string -> IServiceProxy<'TChannel> when 'TChannel : ICommunicationObject
- endpointName String
- Name of the service endpoint.
- TChannel
- Type of channel the proxy connects to
IServiceProxyTChannelReturns a proxy fo an endpoint.