[This is preliminary documentation and is subject to change.]
Indicates to the agent that the specified simulating environment should be notified asynchronously when a new external action is chosen
Namespace: Clarion.FrameworkAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public void RegisterAsynchronousSimulatingEnvironment( 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