BaseService.Disable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional Disable function to pause the service.
public:
virtual void Disable();
public virtual void Disable ();
abstract member Disable : unit -> unit
override this.Disable : unit -> unit
Public Overridable Sub Disable ()