GrainInterfaceType 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可唯一識別粒紋介面。
[Orleans.GenerateSerializer]
[Orleans.Immutable]
[System.Serializable]
public readonly struct GrainInterfaceType : IEquatable<Orleans.Runtime.GrainInterfaceType>, ISpanFormattable
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<System.Serializable>]
type GrainInterfaceType = struct
interface ISpanFormattable
interface IFormattable
Public Structure GrainInterfaceType
Implements IEquatable(Of GrainInterfaceType), ISpanFormattable
- 繼承
-
GrainInterfaceType
- 屬性
- 實作
建構函式
GrainInterfaceType(IdSpan) |
建立 GrainInterfaceType 執行個體。 |
GrainInterfaceType(String) |
建立 GrainInterfaceType 執行個體。 |
屬性
IsDefault |
如果此值等於 實例, |
Value |
傳 IdSpan 回這個實例的基礎值。 |
方法
Create(String) |
建立 GrainInterfaceType 執行個體。 |
Equals(GrainInterfaceType) |
可唯一識別粒紋介面。 |
Equals(Object) |
可唯一識別粒紋介面。 |
GetHashCode() |
可唯一識別粒紋介面。 |
ToString() |
傳回目前實例的 UTF8 解譯。 |
運算子
Equality(GrainInterfaceType, GrainInterfaceType) |
比較所提供的運算元是否相等。 |
Inequality(GrainInterfaceType, GrainInterfaceType) |
比較所提供的運算元是否不相等。 |
明確介面實作
IFormattable.ToString(String, IFormatProvider) |
可唯一識別粒紋介面。 |
ISpanFormattable.TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider) |
可唯一識別粒紋介面。 |