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

Leadtools.Dicom.Scu Assembly