GrainInterfaceType 结构

定义

唯一标识 grain 接口。

[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)

唯一标识 grain 接口。

Equals(Object)

唯一标识 grain 接口。

GetHashCode()

唯一标识 grain 接口。

ToString()

返回当前实例的 UTF8 解释。

运算符

Equality(GrainInterfaceType, GrainInterfaceType)

比较所提供的操作数是否相等。

Inequality(GrainInterfaceType, GrainInterfaceType)

比较提供的不相等操作数。

显式接口实现

IFormattable.ToString(String, IFormatProvider)

唯一标识 grain 接口。

ISpanFormattable.TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)

唯一标识 grain 接口。

适用于