[This is preliminary documentation and is subject to change.]
Removes the specified internal (ICommitable, functional) item from the agent (as long is it is in the "initializing state")
Namespace: Clarion.FrameworkAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public bool Remove( ICommitable agentInternal ) |
Parameters
- agentInternal
- Type: Clarion.Framework.Core..::..ICommitable
The internal (functional) item to be removed
Return Value
True if the internal (functional) item was successfully removed, otherwise False
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | If the specified agent internal is not in the initializing state or is not associated with this agent |