Click or drag to resize

IServiceProxyTChannel Interface

Interface for proxy class used for communication through a channel as a certain user

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public interface IServiceProxy<TChannel>
where TChannel : ICommunicationObject

Type Parameters

TChannel
The type of channel

The IServiceProxyTChannel type exposes the following members.

Methods
 NameDescription
Public methodExecute(ActionTChannel) Executes an operation as the user specified in the factory.
Public methodExecuteTResult(FuncTChannel, TResult) Executes an operation as the user specified in the factory, and returns the result.
Top
See Also