CanPauseAndContinue Property

Summary

Gets a value indicating whether the service can be paused and resumed.

Syntax
C#
VB
C++
public bool CanPauseAndContinue { get; } 
  
Public ReadOnly Property CanPauseAndContinue As Boolean 
public: 
property bool CanPauseAndContinue { 
   bool get(); 
} 

Property Value

true if service can be paused; otherwise, it is false.

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