Enum HookCallMode
Specifies when a hook is invoked relative to the transaction.
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public enum HookCallMode
Fields
| Name | Description |
|---|---|
| PreAndPost | The hook is called twice: once before the transaction invoking
|
| PreOnly | The hook is called once before the transaction, invoking
a method with logical signature |