GrainTypePrefix.IsGrainService(GrainType) 方法

定义

true如果类型为 grain 服务,则返回 ;否则返回 false

public static bool IsGrainService (this in Orleans.Runtime.GrainType type);
static member IsGrainService : GrainType -> bool
<Extension()>
Public Function IsGrainService (ByRef type As GrainType) As Boolean

参数

type
GrainType

粒度类型。

返回

true 如果类型是 grain 服务, false 则为 ;否则为 。

适用于