←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly