IServiceProxyTChannel Interface

Scanjour Workflow4 Reference Manual
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: 23.1.0.0 (23.1.0.0)
Syntax

public interface IServiceProxy<TChannel>
where TChannel : ICommunicationObject

Type Parameters

TChannel
The type of channel
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

Reference