ActivationId
abstractget
public abstract ActivationId ActivationId Gets the activation id.
public abstract ActivationId ActivationIdpublic abstract IServiceProvider ActivationServicesSystem.IServiceProvider that provides access to the grain activation's service container. public abstract GrainAddress Addresspublic abstract Task DeactivatedSystem.Threading.Tasks.Task which completes when the grain has deactivated. public abstract GrainId GrainIdpublic abstract object? GrainInstancenull if the grain instance has not been set yet. public abstract GrainReference GrainReferencepublic abstract IGrainLifecycle ObservableLifecycleGrain lifecycle, which can be used to add lifecycle hooks. public abstract IWorkItemScheduler Scheduler