Table of Contents

Class VisibilityServiceLifecycle

Namespace
Innova.Prism.Library.Configuration.UI
Assembly
Innova.Prism.Library.dll

Represents the lifecycle of the visibility service.

public class VisibilityServiceLifecycle : IServiceLifecycle
Inheritance
VisibilityServiceLifecycle
Implements

Constructors

VisibilityServiceLifecycle(IVisibilityService)

Initializes a new instance of the VisibilityServiceLifecycle class.

Properties

StartOrder

Gets the start order of the visibility service lifecycle.

StopOrder

Gets the stop order of the visibility service lifecycle.

Methods

CanStop(CancellationToken)

Determines whether the visibility service can be stopped.

Start(CancellationToken)

Starts the visibility service.

Stop(CancellationToken)

Stops the visibility service.