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

Leadtools.Dicom.Server.Admin Assembly