GrainTypePrefix 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的 GrainType前缀和相应的帮助程序方法。
public static class GrainTypePrefix
type GrainTypePrefix = class
Public Module GrainTypePrefix
- 继承
-
GrainTypePrefix
字段
ClientGrainType |
用于表示 grain 客户端的前缀。 |
ClientPrefix |
客户端的前缀。 |
ClientPrefixBytes |
的跨度表示形式 ClientPrefix。 |
GrainServicePrefix |
grain 服务类型的前缀。 |
GrainServicePrefixBytes |
的跨度表示形式 ClientPrefix。 |
LegacyGrainPrefix |
旧粒度的前缀。 |
LegacyGrainPrefixBytes |
的跨度表示形式 LegacyGrainPrefixBytes。 |
SystemPrefix |
系统类型的前缀。 |
SystemTargetPrefix |
系统目标的前缀。 |
SystemTargetPrefixBytes |
的跨度表示形式 SystemTargetPrefix。 |
方法
IsClient(GrainId) |
|
IsClient(GrainType) |
|
IsGrainService(GrainType) |
|
IsLegacyGrain(GrainType) |
|
IsSystemTarget(GrainId) |
|
IsSystemTarget(GrainType) |
|