IServiceProxyTChannel Interface

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

Definition

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

Type Parameters

TChannel
The type of channel

Methods

Execute(ActionTChannel) Executes an operation as the user specified in the factory.
ExecuteTResult(FuncTChannel, TResult) Executes an operation as the user specified in the factory, and returns the result.

See Also