Click or drag to resize
StaMaStateMachineTemplateSerializationSignatureGenerator Property
Gets or sets a method that calculates a hash signature from a String that uniquely describes the state machine structure.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public SignatureGenerator SerializationSignatureGenerator { get; set; }

Property Value

Type: SignatureGenerator
A SignatureGenerator delegate or null to suppress calculation of a signature when a StateMachine saves its state or resumes from a saved state.
See Also