IConfigureGrainTypeComponents 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
配置共享组件,这些组件对于给定粒度类型的所有实例都是通用的。
public interface IConfigureGrainTypeComponents
type IConfigureGrainTypeComponents = interface
Public Interface IConfigureGrainTypeComponents
方法
Configure(GrainType, GrainProperties, GrainTypeSharedContext) |
配置共享组件,这些组件对于给定粒度类型的所有实例都是通用的。 |