共用方式為


GrainTypePrefix.IsGrainService(GrainType) 方法

定義

true如果型別是粒紋服務, false 則傳回 。如果不是,則傳回 。

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

參數

type
GrainType

粒紋類型。

傳回

true 如果類型是粒紋服務, false 則為 ,否則為 。

適用於