Interface IEndableInstance
Describes an entity that can request some hosting container to end its lifetime by calling End() method
Namespace: NFX
Assembly: NFX.dll
Syntax
public interface IEndableInstance
Properties
IsEnded
Indicates whether this instance was requested to be ended and will get destoyed by the hosting container
Declaration
bool IsEnded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
End()
Requests container that hosts.runs this entity to end its instance
Declaration
void End()