GrainTypePrefix.IsClient 方法

定义

重载

IsClient(GrainId)

true如果 ID 表示客户端,则返回 ;false否则返回 。

IsClient(GrainType)

true如果类型为客户端,则返回 ;false否则返回 。

IsClient(GrainId)

true如果 ID 表示客户端,则返回 ;false否则返回 。

public static bool IsClient (this in Orleans.Runtime.GrainId id);
static member IsClient : GrainId -> bool
<Extension()>
Public Function IsClient (ByRef id As GrainId) As Boolean

参数

id
GrainId

粒度 ID。

返回

true 如果该类型为客户端,则为 ; false 否则为 。

适用于

IsClient(GrainType)

true如果类型为客户端,则返回 ;false否则返回 。

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

参数

type
GrainType

粒度类型。

返回

true 如果该类型为客户端,则为 ; false 否则为 。

适用于