←Select platform

Status Property

Summary

Gets the status of the DICOM Service.

Syntax

C#
VB
C++
public ServiceControllerStatus Status { get; } 
  
Public ReadOnly Property Status As ServiceControllerStatus 
public: 
property ServiceControllerStatus Status { 
   ServiceControllerStatus get(); 
} 

Property Value

One of the ServiceControllerStatus values that indicates whether the process is running, stopped, or paused, or whether a start, stop, pause, or continue command is pending.

Example

For an example refer to InstallService

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