DelegateOnStateValueDefinitionT Properties |
The DelegateOnStateValueDefinitionT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Callback |
Gets or sets the callback that computes a value from the state. Ensure that this
callback works properly when cloned and is thread safe.
| |
| IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
| State |
Gets or sets the state that the callback will use to compute the value.
|