WellKnownGrainTypeProperties 类

定义

众所周知的粒度属性。

public static class WellKnownGrainTypeProperties
type WellKnownGrainTypeProperties = class
Public Class WellKnownGrainTypeProperties
继承
WellKnownGrainTypeProperties

字段

BindingPrefix

绑定声明的前缀

BindingTypeKey

用于定义绑定类型的键。

BroadcastChannelBindingPatternKey

用于指定通道绑定模式的键。

BroadcastChannelBindingTypeValue

广播频道的绑定类型。

ChannelIdMapperKey

用于指定通道 ID 映射器的键

FullTypeName

主实现类型的全名。 用于实现的基于前缀的匹配。

GrainDirectory

此类型的粒度的目录策略。

IdleDeactivationPeriod

将停用空闲粒度的时间段。

Immovable

是否可以通过主动-重新均衡迁移粒度。

ImplementedInterfacePrefix

指示粒度类实现的接口 GrainInterfaceType 的键的前缀。

IndefiniteIdleDeactivationPeriodValue

用于指定由于空闲而不应停用粒度的 IdleDeactivationPeriod 的值。

LegacyGrainKeyType

粒度的键类型(如果实现旧接口)。 有效值为 nameof(String)、nameof(Int64)和 nameof(Guid)

MayInterleavePredicate

指定用于确定请求是否可以交错其他请求的方法的名称。

PlacementStrategy

此类型的粒度的放置策略的名称。

Reentrant

粒度是否重新进入。

StreamBindingIncludeNamespaceKey

是否在粒度 ID 中包含命名空间名称。

StreamBindingPatternKey

用于指定流绑定模式的键。

StreamBindingTypeValue

新奥尔良流的绑定类型。

StreamIdMapperKey

用于指定流 ID 映射器的键

TypeName

主实现类型的名称。 用于主要接口实现的基于约定的匹配。

Unordered

是否取消排序到此粒度的消息。

适用于

另请参阅