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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly