←Select platform

HostReadyDelegate Delegate

Summary

Represents the method that will handle the QueryRetrieveScu.HostReady event of a QueryRetrieveScu when calling QueryRetrieveScu.Move.

Syntax
C#
VB
C++
public delegate void HostReadyDelegate( 
   object sender, 
   HostReadyEventArgs e 
) 
Public Delegate Sub HostReadyDelegate( 
   ByVal sender As Object, 
   ByVal e As HostReadyEventArgs 
) 
public: 
   delegate void HostReadyDelegate( 
      Object^ sender, 
      HostReadyEventArgs^ e 
   ) 

Parameters

sender

The source of the event.

e

Additional event data that contains event data.

Example

For an example refer to [UseSecureHost].

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

Leadtools.Dicom.Scu Assembly

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