[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.0.7 (6.1.0.7)
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