←Select platform

HostReady Event

Summary

Occurs during a C-MOVE to oneself (the host) after the destination AE connects back to the host.

Syntax
C#
VB
C++
public event HostReadyDelegate HostReady 
Public Event HostReady As HostReadyDelegate 
public:  
   event HostReadyDelegate^ HostReady 

Remarks

When doing a C-MOVE Move to oneself, the destination AE is the same as the calling AE. In this case, the calling AE (i.e., the host) is listening and accepting incoming connections. After the destination AE connects back to the host, the host fires the HostReady event, and then the host accepts the client connection.

Example

For an example refer to UseSecureHost.

Event Data

ParameterTypeDescription
senderobjectThe source of the event
eHostReadyEventArgsThe event data

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