SendMessage(ServiceMessage) Method

Summary
Sends a message to the DICOM Service.
Syntax
C#
VB
C++
public void SendMessage( 
   ServiceMessage message 
) 
Public Overloads Sub SendMessage( _ 
   ByVal message As ServiceMessage _ 
)  
public: 
void SendMessage(  
   ServiceMessage^ message 
)  

Parameters

message
The message to send.

Remarks

The Message event will be generated when a response is received. The service needs to be running before it can accept messages.

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.