Edytuj

Udostępnij za pośrednictwem


GrainTypePrefix.IsSystemTarget Method

Definition

Overloads

IsSystemTarget(GrainId)

Returns true if the id represents a system target, false if not.

IsSystemTarget(GrainType)

Returns true if the type is a system target, false if not.

IsSystemTarget(GrainId)

Returns true if the id represents a system target, false if not.

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

Parameters

id
GrainId

The grain id.

Returns

true if the type is a system target, false if not.

Applies to

IsSystemTarget(GrainType)

Returns true if the type is a system target, false if not.

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

Parameters

type
GrainType

The grain type.

Returns

true if the type is a system target, false if not.

Applies to