Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
RemoveChainOfCommandByName Method (commandName)
NamespacesGenesyslab.Desktop.Infrastructure.CommandsICommandManagerRemoveChainOfCommandByName(String)
Removes an already instantiated chain of command.
Declaration Syntax
C#Visual BasicVisual C++
IChainOfCommand RemoveChainOfCommandByName(
	string commandName
)
Function RemoveChainOfCommandByName ( _
	commandName As String _
) As IChainOfCommand
IChainOfCommand^ RemoveChainOfCommandByName(
	String^ commandName
)
Parameters
commandName (String)
The name of the command.
Return Value
The chain of command.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)