Düzenle

Aracılığıyla paylaş


GrainTypePrefix.IsGrainService(GrainType) Method

Definition

Returns true if the type is a grain service, false if not.

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

Parameters

type
GrainType

The grain type.

Returns

true if the type is a grain service, false if not.

Applies to