[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.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

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

ExceptionCondition
System..::..ArgumentExceptionIf the specified agent internal is not in the initializing state or is not associated with this agent

See Also