StoppablePropagatorDefinitionRemoveAdapter Method |
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual bool RemoveAdapter(
string elementIdentification
)
Public Overridable Function RemoveAdapter (
elementIdentification As String
) As Boolean
public:
virtual bool RemoveAdapter(
String^ elementIdentification
)
abstract RemoveAdapter :
elementIdentification : string -> bool
override RemoveAdapter :
elementIdentification : string -> bool
Parameters
- elementIdentification
- Type: SystemString
The identification of the element whose adapter will be removed.
Return Value
Type:
Boolean if the adapter was removed successfully; otherwise
.
Exceptions See Also