Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
CreateChainOfCommandByName Method (commandName)
NamespacesGenesyslab.Desktop.Infrastructure.CommandsICommandManagerCreateChainOfCommandByName(String)
Instantiates a new chain of command.
Declaration Syntax
C#Visual BasicVisual C++
IChainOfCommand CreateChainOfCommandByName(
	string commandName
)
Function CreateChainOfCommandByName ( _
	commandName As String _
) As IChainOfCommand
IChainOfCommand^ CreateChainOfCommandByName(
	String^ commandName
)
Parameters
commandName (String)
The name of the chain of command.
Return Value
The chain of command.

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