ActorGarbageCollectionSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ActorGarbageCollectionSettings() |
入力引数の値を使用して、 ActorGarbageCollectionSettings クラスの新しいインスタンスを初期化します。 |
ActorGarbageCollectionSettings(Int64, Int64) |
ActorGarbageCollectionSettings クラスの新しいインスタンスを初期化します。 |
ActorGarbageCollectionSettings()
入力引数の値を使用して、 ActorGarbageCollectionSettings クラスの新しいインスタンスを初期化します。
public ActorGarbageCollectionSettings ();
Public Sub New ()
適用対象
ActorGarbageCollectionSettings(Int64, Int64)
ActorGarbageCollectionSettings クラスの新しいインスタンスを初期化します。
public ActorGarbageCollectionSettings (long idleTimeoutInSeconds, long scanIntervalInSeconds);
new Microsoft.ServiceFabric.Actors.Runtime.ActorGarbageCollectionSettings : int64 * int64 -> Microsoft.ServiceFabric.Actors.Runtime.ActorGarbageCollectionSettings
Public Sub New (idleTimeoutInSeconds As Long, scanIntervalInSeconds As Long)
パラメーター
- idleTimeoutInSeconds
- Int64
使用中ではないアクターをガベージ コレクトする前に待機する時間間隔。
- scanIntervalInSeconds
- Int64
アクター ガベージ コレクション スキャンを実行する時間間隔。
例外
idleTimeoutInSeconds が 0 以下の場合。
scanIntervalInSeconds が 0 以下の場合。
idleTimeoutInSeconds が scanIntervalInSeconds より小さい場合。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET