GrainTypePrefix Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prefixes and corresponding helper methods for GrainType.
public static class GrainTypePrefix
type GrainTypePrefix = class
Public Module GrainTypePrefix
- Inheritance
-
GrainTypePrefix
Fields
ClientGrainType |
The prefix used to represent a grain client. |
ClientPrefix |
The prefix for clients. |
ClientPrefixBytes |
A span representation of ClientPrefix. |
GrainServicePrefix |
The prefix for grain service types. |
GrainServicePrefixBytes |
A span representation of ClientPrefix. |
LegacyGrainPrefix |
The prefix for legacy grains. |
LegacyGrainPrefixBytes |
A span representation of LegacyGrainPrefixBytes. |
SystemPrefix |
The prefix for system types. |
SystemTargetPrefix |
The prefix for system targets. |
SystemTargetPrefixBytes |
A span representation of SystemTargetPrefix. |
Methods
IsClient(GrainId) |
Returns |
IsClient(GrainType) |
Returns |
IsGrainService(GrainType) |
Returns |
IsLegacyGrain(GrainType) |
Returns |
IsSystemTarget(GrainId) |
Returns |
IsSystemTarget(GrainType) |
Returns |