GrainTypePrefix 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 GrainType 前置詞和對應的協助程式方法。
public static class GrainTypePrefix
type GrainTypePrefix = class
Public Module GrainTypePrefix
- 繼承
-
GrainTypePrefix
欄位
ClientGrainType |
用來表示粒紋用戶端的前置詞。 |
ClientPrefix |
用戶端的前置詞。 |
ClientPrefixBytes |
的 ClientPrefix 範圍表示。 |
GrainServicePrefix |
粒紋服務類型的前置詞。 |
GrainServicePrefixBytes |
的 ClientPrefix 範圍表示。 |
LegacyGrainPrefix |
舊版粒紋的前置詞。 |
LegacyGrainPrefixBytes |
的 LegacyGrainPrefixBytes 範圍表示。 |
SystemPrefix |
系統類型的前置詞。 |
SystemTargetPrefix |
系統目標的前置詞。 |
SystemTargetPrefixBytes |
的 SystemTargetPrefix 範圍表示。 |
方法
IsClient(GrainId) |
|
IsClient(GrainType) |
|
IsGrainService(GrainType) |
|
IsLegacyGrain(GrainType) |
|
IsSystemTarget(GrainId) |
|
IsSystemTarget(GrainType) |
|