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 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