Run(string,string,string,object) Method
Summary
Runs custom user commands.
Syntax
Public Overloads Overridable Function Run( _
ByVal id As String, _
ByVal commandName As String, _
ByVal arguments As String, _
ByVal userData As Object _
) As Stream
Parameters
id
The scanning session Id.
commandName
The command name.
arguments
The command arguments.
Return Value
User custom data.