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.3.0.0 (23.3.0.0)
Syntax
Type Parameters
- TChannel
- The type of channel
Methods
Name | Description | |
---|---|---|
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