IGrainActivationContext 接口

定义

与当前粒度激活关联的上下文。

public interface IGrainActivationContext
type IGrainActivationContext = interface
Public Interface IGrainActivationContext

属性

ActivationServices

IServiceProvider获取提供对粒度激活服务容器的访问权限。

GrainIdentity

获取粒度激活的标识。

GrainInstance

获取与此激活上下文关联的粒度的实例。 如果正在创建粒度,该值将为 null 该值。

GrainType

获取粒度激活实例的 .NET 类型。

Items

获取可用于在粒度激活范围内共享数据的键/值集合。

ObservableLifecycle

可观测粒度生命周期

RegistrationStrategy

此粒度激活的多群集注册策略。 由协调多个实例的协议使用。

适用于