Share via


GrainInterfaceType 結構

定義

可唯一識別粒紋介面。

[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

如果此值等於 實例, default 則傳回 true。

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)

可唯一識別粒紋介面。

適用於