XiqsFactory CreateCommand Method (String,  Object )iQSim © XIQS Communication Framework
Create a xiqs <command> with additional parameters or filters

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

public static IXCommand CreateCommand(
	string cmdname,
	params Object[] paramlist
)

Parameters

cmdname
Type: OnlineSystem String
the name of new xiqs command to set
paramlist
Type:  OnlineSystem Object 
any value from integer, long, string, or xiqs filter

Return Value

a new xiqs command initialized with parameters
Exceptions

See Also