SystemTargetGrainId 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別系統目標。
[Orleans.Immutable]
public readonly struct SystemTargetGrainId : IComparable<Orleans.Runtime.SystemTargetGrainId>, IEquatable<Orleans.Runtime.SystemTargetGrainId>, ISpanFormattable
[<Orleans.Immutable>]
type SystemTargetGrainId = struct
interface ISpanFormattable
interface IFormattable
Public Structure SystemTargetGrainId
Implements IComparable(Of SystemTargetGrainId), IEquatable(Of SystemTargetGrainId), ISpanFormattable
- 繼承
-
SystemTargetGrainId
- 屬性
- 實作
屬性
GrainId |
取得基礎身分識別。 |
方法
CompareTo(SystemTargetGrainId) |
識別系統目標。 |
Create(GrainType, SiloAddress, String) |
建立新的 SystemTargetGrainId 執行個體。 |
Create(GrainType, SiloAddress) |
建立新的 SystemTargetGrainId 執行個體。 |
CreateGrainServiceGrainId(Int32, String, SiloAddress) |
GrainId為細微性服務建立 。 |
CreateGrainType(String) |
使用提供的名稱建立系統目標 GrainType 。 |
Equals(Object) |
識別系統目標。 |
Equals(SystemTargetGrainId) |
識別系統目標。 |
GetHashCode() |
識別系統目標。 |
GetSiloAddress() |
SiloAddress取得系統目標的 。 |
IsSystemTargetGrainId(GrainId) |
|
ToString() |
識別系統目標。 |
TryParse(GrainId, SystemTargetGrainId) |
將提供的 GrainId 轉換成 SystemTargetGrainId。 傳回指示作業是否成功的值。 |
WithSiloAddress(SiloAddress) |
傳回以所提供位址為目標的新 SystemTargetGrainId 目標。 |
運算子
Equality(SystemTargetGrainId, SystemTargetGrainId) |
比較所提供的運算元是否相等。 |
GreaterThan(SystemTargetGrainId, SystemTargetGrainId) |
比較所提供的運算元,如果左運算元大於右運算元,則傳回 |
GreaterThanOrEqual(SystemTargetGrainId, SystemTargetGrainId) |
比較所提供的運算元,如果左運算元大於或等於右運算元,則傳回 |
Inequality(SystemTargetGrainId, SystemTargetGrainId) |
比較所提供的運算元是否不相等。 |
LessThan(SystemTargetGrainId, SystemTargetGrainId) |
比較所提供的運算元,如果左運算元小於右運算元,則傳回 |
LessThanOrEqual(SystemTargetGrainId, SystemTargetGrainId) |
比較所提供的運算元,如果左運算元小於或等於右運算元,則傳回 |
明確介面實作
IFormattable.ToString(String, IFormatProvider) |
識別系統目標。 |
ISpanFormattable.TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider) |
識別系統目標。 |