LEADTOOLS Medical (Leadtools.Dicom.Server.Admin assembly)
LEAD Technologies, Inc

Message Event






Occurs when a new message is received from the DICOM Service.
Syntax
public event EventHandler<MessageEventArgs> Message
'Declaration
 
Public Event Message As EventHandler(Of MessageEventArgs)
'Usage
 
Dim instance As DicomService
Dim handler As EventHandler(Of MessageEventArgs)
 
AddHandler instance.Message, handler
public event EventHandler<MessageEventArgs> Message
add_Message(function(sender, e))
remove_Message(function(sender, e))

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomService Class
DicomService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Server.Admin requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features