Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Twain assembly)

Show in webframe

ClientStarted Event






Occurs when a client session starts.
Syntax
public event EventHandler<ClientConnectionEventArgs> ClientStarted
'Declaration
 
Public Event ClientStarted As EventHandler(Of ClientConnectionEventArgs)
'Usage
 
Dim instance As TwainScanningService
Dim handler As EventHandler(Of ClientConnectionEventArgs)
 
AddHandler instance.ClientStarted, handler

            

            
public:
event EventHandler<ClientConnectionEventArgs^>^ ClientStarted
Event Data

The event handler receives an argument of type ClientConnectionEventArgs containing data related to this event. The following ClientConnectionEventArgs properties provide information specific to this event.

PropertyDescription
Id (Read only) Gets the scanning session Id.
UserData (Read only) Gets the user data.
Requirements

Target Platforms

See Also

Reference

TwainScanningService Class
TwainScanningService Members

Error processing SSI file