共用方式為


GrainTypePrefix.IsSystemTarget 方法

定義

多載

IsSystemTarget(GrainId)

true如果識別碼代表系統目標, false 則傳回 ,否則傳回 。

IsSystemTarget(GrainType)

true如果類型是系統目標, false 則傳回 ,否則傳回 。

IsSystemTarget(GrainId)

true如果識別碼代表系統目標, false 則傳回 ,否則傳回 。

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

參數

id
GrainId

粒紋識別碼。

傳回

true 如果類型是系統目標,則為 , false 否則為 。

適用於

IsSystemTarget(GrainType)

true如果類型是系統目標, false 則傳回 ,否則傳回 。

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

參數

type
GrainType

粒紋類型。

傳回

true 如果類型是系統目標,則為 , false 否則為 。

適用於