次の方法で共有


GrainTypePrefix.IsClient メソッド

定義

オーバーロード

IsClient(GrainId)

ID が true クライアントを表す場合は を false 返します 。そうでない場合は を返します。

IsClient(GrainType)

true型がクライアントfalseの場合は を返します。そうでない場合は を返します。

IsClient(GrainId)

ID が true クライアントを表す場合は を false 返します 。そうでない場合は を返します。

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

パラメーター

id
GrainId

グレイン ID。

戻り値

true 型がクライアントの場合は 。 false そうでない場合は 。

適用対象

IsClient(GrainType)

true型がクライアントfalseの場合は を返します。そうでない場合は を返します。

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

パラメーター

type
GrainType

グレインの種類。

戻り値

true 型がクライアントの場合は 。 false そうでない場合は 。

適用対象