ExecuteCommand Method

Summary

Executes a custom command on the service.

Syntax
C#
VB
C++
public void ExecuteCommand( 
   int command 
) 
  
Public Sub ExecuteCommand( _ 
   ByVal command As Integer _ 
)  
public: 
void ExecuteCommand(  
   int command 
)  

Parameters

command
The custom command to execute. The value must be between 128 and 256, inclusive.

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