次の方法で共有


AppDomainSiloHandle クラス

定義

リモート AppDomain 内にデプロイされているが、同じプロセス内にあるサイロへのハンドルを表します

public class AppDomainSiloHandle : Orleans.TestingHost.SiloHandle
type AppDomainSiloHandle = class
    inherit SiloHandle
Public Class AppDomainSiloHandle
Inherits SiloHandle
継承
AppDomainSiloHandle

コンストラクター

AppDomainSiloHandle()

リモート AppDomain 内にデプロイされているが、同じプロセス内にあるサイロへのハンドルを表します

プロパティ

AppDomain

サイロで使用される AppDomain を取得または設定する

ClusterOptions

クラスターの構成を取得または設定する

(継承元 SiloHandle)
GatewayAddress

リモート AppDomain 内にデプロイされているが、同じプロセス内にあるサイロへのハンドルを表します

(継承元 SiloHandle)
InstanceNumber

クラスター内のインスタンス番号を取得または設定します。

(継承元 SiloHandle)
IsActive

リモート サイロがアクティブであることが想定されているかどうかを取得します

Name

サイロの名前を取得または設定する

(継承元 SiloHandle)
NodeConfiguration

サイロの構成を取得または設定する

(継承元 SiloHandle)
ProxyAddress

サイロのプロキシ アドレスを取得する

(継承元 SiloHandle)
SiloAddress

サイロのアドレスを取得または設定する

(継承元 SiloHandle)
SiloHost

参照でマーシャリングできるサイロ ホストへの参照を取得または設定します。

Type

サイロの種類を取得または設定します

(継承元 SiloHandle)

メソッド

Create(String, Silo+SiloType, ClusterConfiguration, NodeConfiguration, IDictionary<String,GeneratedAssembly>, String)

リモート アプリ ドメインに新しいサイロを作成し、それに対するハンドルを返します。

Dispose()

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

(継承元 SiloHandle)
Dispose(Boolean)

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

DisposeAsync()

リモート AppDomain 内にデプロイされているが、同じプロセス内にあるサイロへのハンドルを表します

(継承元 SiloHandle)
StopSilo(Boolean)

リモート サイロを停止する

StopSiloAsync(Boolean)

リモート サイロを停止する

(継承元 SiloHandle)
StopSiloAsync(CancellationToken)

リモート サイロを停止します。 このメソッドは AppDomain では使用できません

(継承元 SiloHandle)
ToString()

現在の SiloHandle を表す文字列

(継承元 SiloHandle)

適用対象