←Select platform

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly