Message Event

Summary
Occurs when a new message is received from the DICOM Service.
Syntax
C#
VB
C++
public event EventHandler<MessageEventArgs> Message 
Public Event Message As EventHandler(Of MessageEventArgs) 
public: 
event EventHandler<MessageEventArgs^>^ Message 
Event Data

The event handler receives an argument of type MessageEventArgs containing data related to this event. The following MessageEventArgs properties provide information specific to this event.

PropertyDescription
Message Gets the message.
Example

For an example refer to InstallService

Requirements

Target Platforms

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

Leadtools.Dicom.Server.Admin Assembly

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