XiqsFactory CreateCommand Method (String)iQSim © XIQS Communication Framework
Create a new xiqs <command> object and set its name

Namespace: com.iqsim.xiqs
Assembly: xiqscom (in xiqscom.dll) Version: 1.0.4841.26741
Syntax

public static IXCommand CreateCommand(
	string cmdname
)

Parameters

cmdname
Type: OnlineSystem String
the name of new xiqs command to set

Return Value

a xiqs command object
See Also