CommunicationIdleTimeoutHandler Delegate

Summary
Represents the method that will handle the CommunicationIdleTimeout event.
Syntax
C#
VB
C++
delegate void CommunicationIdleTimeoutHandler( 
   ClientSession SenderClientSession 
) 
  
Public Delegate Sub CommunicationIdleTimeoutHandler( _ 
   ByVal SenderClientSession As ClientSession _ 
)  
public delegate void CommunicationIdleTimeoutHandler(  
   ClientSession^ SenderClientSession 
) 

Parameters

SenderClientSession
The ClientSession firing the event.

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom.Scp Namespace

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

Leadtools.Dicom.Scp Assembly

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