Edytuj

Udostępnij za pośrednictwem


GrainTypePrefix.IsClient Method

Definition

Overloads

IsClient(GrainId)

Returns true if the id represents a client, false if not.

IsClient(GrainType)

Returns true if the type is a client, false if not.

IsClient(GrainId)

Returns true if the id represents a client, false if not.

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

Parameters

id
GrainId

The grain id.

Returns

true if the type is a client, false if not.

Applies to

IsClient(GrainType)

Returns true if the type is a client, false if not.

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

Parameters

type
GrainType

The grain type.

Returns

true if the type is a client, false if not.

Applies to