StateMethodInfoPriority Property

The event handler method call priority. Calls with higher priority should be executed before calls with lower priority.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual int Priority { get; }

Property Value

Int32

Implements

IMethodInfoBasePriority

See Also