[OperationContractAttribute(Name="Run",
Action="Run",
AsyncPattern=false,
IsOneWay=false,
IsInitiating=true,
IsTerminating=false)]
[WebInvokeAttribute(BodyStyle=2,
Method="POST",
RequestFormat=1,
ResponseFormat=1)]
public void Run(
string id,
int firstPageNumber,
int lastPageNumber,
string commandName,
string arguments,
object userData
)
id
Scanning session Id.
firstPageNumber
First page to process.
lastPageNumber
Last page to process. Pass -1 to process pages inclusively starting with firstPageNumber to the last page.
commandName
Name of the command to run.
arguments
Arguments passed to the command to be run.
userData
User data object.