←Select platform

Run(String,String,String,Object) Method

Summary

Runs custom user commands.

Syntax

C#
VB
Java
C++
public ByteArrayOutputStream Run(  
   string id, 
   string commandName, 
   string arguments, 
   object userData 
) 
Public Overloads Function Run( _ 
   ByVal id As String, _ 
   ByVal commandName As String, _ 
   ByVal arguments As String, _ 
   ByVal userData As Object _ 
) As ByteArrayOutputStream 
ByteArrayOutputStream run (String id, String commandName, String arguments, Object userData) 
public: 
ByteArrayOutputStream^ Run(  
   String^ id, 
   String^ commandName, 
   String^ arguments, 
   Object^ userData 
)  

Parameters

id
The scanning session ID

commandName
The command name

arguments
The command arguments

userData
The user data

Return Value

User custom data

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Sane.Server Assembly