←Select platform

ClientStopped Event

Summary
Occurs when a client session is stopped.

Syntax
C#
C++/CLI
Python
public event EventHandler<ClientConnectionEventArgs> ClientStopped 
public: 
event EventHandler<ClientConnectionEventArgs^>^ ClientStopped 
def ClientStopped(sender,e): # sender: TwainScanningService e: ClientConnectionEventArgs 
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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.