Show / Hide Table of Contents

Class FunctionTimerExecution

Function Timer mode execution types

Inheritance
System.Object
FunctionTimerExecution
Namespace: MESL.SqlRace.Enumerators
Assembly: MESL.SqlRace.Enumerators.dll
Syntax
public sealed class FunctionTimerExecution : Enum

Fields

AllowExecution

Function can execute in a timer mode

Declaration
public const FunctionTimerExecution AllowExecution
Field Value
Type Description
FunctionTimerExecution

Remove

Remove from active processors.

Declaration
public const FunctionTimerExecution Remove
Field Value
Type Description
FunctionTimerExecution

SuspendExecution

Disable timer mode but keep in the active processors

Declaration
public const FunctionTimerExecution SuspendExecution
Field Value
Type Description
FunctionTimerExecution

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX