Table of Contents

Interface IPhased

Namespace
Steeltoe.Common.Lifecycle
Assembly
Steeltoe.Common.Abstractions.dll

An interface for objects that participate in a phased lifecycle.

public interface IPhased

Properties

Phase

Gets the phase of this object

int Phase { get; }

Property Value

int