---
title: "Which property of the ServiceBase class can be used to specify whether a service can be paused and resumed?"  
description: "Which property of the ServiceBase class can be used to specify whether a service can be paused and resumed?"  
author: "Sumit Kesarwani"  
published: 2014-08-26  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/2033/which-property-of-the-servicebase-class-can-be-used-to-specify-whether-a-service-can-be-paused-and-resumed  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# Which property of the ServiceBase class can be used to specify whether a service can be paused and resumed?

The CanPauseAndContinue property provides such type of service.

## Answers

### Answer by Sumit Kesarwani

The CanPauseAndContinue property provides such type of service.


---

Original Source: https://www.mindstick.com/interview/2033/which-property-of-the-servicebase-class-can-be-used-to-specify-whether-a-service-can-be-paused-and-resumed

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
