IServiceProxyFactoryGetProxyTChannel(String) Method |
Returns a proxy for an endpoint
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
SyntaxIServiceProxy<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
Parameters
- endpointName String
- Name of the service endpoint.
Type Parameters
- TChannel
- Type of channel the proxy connects to
Return Value
IServiceProxyTChannelReturns a proxy fo an endpoint.
See Also