AgentState.DeletePropertyValue(String) Method

Definition

Deletes a property from the state cache for this AgentState.

protected void DeletePropertyValue(string propertyName);
member this.DeletePropertyValue : string -> unit
Protected Sub DeletePropertyValue (propertyName As String)

Parameters

propertyName
String

The name of the property.

Remarks

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

Applies to