[This is preliminary documentation and is subject to change.]

Indicates to the agent that the specified simulating environment should no longer be notified asynchronously when a new external action is chosen

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public void UnregisterAsynchronousSimulatingEnvironment(
	ISubscribes<NewExternalActionChosenEventArgs> subscriber
)

Parameters

subscriber
Type: Clarion.Framework.Templates..::..ISubscribes<(Of <(<'NewExternalActionChosenEventArgs>)>)>
The class instance (from the simulating environment) that contains the external action chosen event handler

See Also