Skip to content

SystemTarget Properties

Base class for various system services, such as grain directory, reminder service, etc. Made public for GrainService to inherit from it. Can be turned to internal after a refactoring that would remove the inheritance relation.

ActivationServices

get
View source
public IServiceProvider ActivationServices
Gets the System.IServiceProvider that provides access to the grain activation's service container.

Deactivated

get
View source
public Task Deactivated
Gets the System.Threading.Tasks.Task which completes when the grain has deactivated.

Silo

get
View source
public SiloAddress Silo
Silo address of the system target.