AgentState.SetPropertyValue(String, Object) Method

Definition

Sets the value of a property in the state cache for this AgentState.

protected void SetPropertyValue(string propertyName, object value);
member this.SetPropertyValue : string * obj -> unit
Protected Sub SetPropertyValue (propertyName As String, value As Object)

Parameters

propertyName
String

The name of the property to set.

value
Object

The value to set on the property.

Remarks

This method is thread-safe and can be called directly by derived classes.

Applies to