←Select platform

ARTimerExpiresHandler Delegate

Summary

Represents the method that will handle the ARTimerExpires event.

Syntax

C#
VB
C++
delegate void ARTimerExpiresHandler( 
   ClientSession SenderClientSession 
) 
Delegate Sub ARTimerExpiresHandler( 
   ByVal SenderClientSession As ClientSession 
) 
public delegate void ARTimerExpiresHandler( 
      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