GrainTypePrefix.IsClient メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IsClient(GrainId) |
ID が |
IsClient(GrainType) |
|
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
そうでない場合は 。