IServiceProxyTChannel Interface |
Interface for proxy class used for communication through a channel as a certain user
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic interface IServiceProxy<TChannel>
where TChannel : ICommunicationObject
Public Interface IServiceProxy(Of TChannel As ICommunicationObject)
generic<typename TChannel>
where TChannel : ICommunicationObject
public interface class IServiceProxy
type IServiceProxy<'TChannel when 'TChannel : ICommunicationObject> = interface end
Type Parameters
- TChannel
- The type of channel
The IServiceProxyTChannel type exposes the following members.
Methods
See Also