| StateMachineTemplateConcurrencyDegree Property |
Gets the maximum number of concurrent transitions possible for a single trigger event.
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public int ConcurrencyDegree { get; }
Public ReadOnly Property ConcurrencyDegree As Integer
Get
public:
property int ConcurrencyDegree {
int get ();
}
member ConcurrencyDegree : int with get
Property Value
Type:
Int32See Also