[WebGetAttribute(BodyStyle=1,
RequestFormat=1,
ResponseFormat=1,
UriTemplate="RunCommand?id={id}&commandName={commandName}&arguments={arguments}&userData={user" + "Data}")]
[OperationContractAttribute(Name="RunCommand",
Action="RunCommand",
AsyncPattern=false,
IsOneWay=false,
IsInitiating=true,
IsTerminating=false)]
public Stream Run(
string id,
string commandName,
string arguments,
object userData
)
id
The scanning session Id.
commandName
The command name.
arguments
The command arguments.
userData
The user data.
User custom data.