ServiceProxyFactoryGetProxyTChannel(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)
Syntaxpublic IServiceProxy<TChannel> GetProxy<TChannel>(
string endpointName
)
where TChannel : ICommunicationObject
Public Function GetProxy(Of TChannel As ICommunicationObject) (
endpointName As String
) As IServiceProxy(Of TChannel)
public:
generic<typename TChannel>
where TChannel : ICommunicationObject
virtual IServiceProxy<TChannel>^ GetProxy(
String^ endpointName
) sealed
abstract GetProxy :
endpointName : string -> IServiceProxy<'TChannel> when 'TChannel : ICommunicationObject
override 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.
Implements
IServiceProxyFactoryGetProxyTChannel(String)
See Also