次の方法で共有


ApplicationConfiguration.SetCollectionAgeLimit メソッド

定義

オーバーロード

SetCollectionAgeLimit(String, TimeSpan)

特定の種類のアクティブなアクティブ化を収集する期間を設定します。

SetCollectionAgeLimit(Type, TimeSpan)

特定の種類のアクティブなアクティブ化を収集する期間を設定します。

SetCollectionAgeLimit(String, TimeSpan)

特定の種類のアクティブなアクティブ化を収集する期間を設定します。

public void SetCollectionAgeLimit (string grainTypeFullName, TimeSpan ageLimit);
member this.SetCollectionAgeLimit : string * TimeSpan -> unit
Public Sub SetCollectionAgeLimit (grainTypeFullName As String, ageLimit As TimeSpan)

パラメーター

grainTypeFullName
String

グレイン型のフル ネーム文字列。

ageLimit
TimeSpan

使用する年齢制限。

適用対象

SetCollectionAgeLimit(Type, TimeSpan)

特定の種類のアクティブなアクティブ化を収集する期間を設定します。

public void SetCollectionAgeLimit (Type type, TimeSpan ageLimit);
member this.SetCollectionAgeLimit : Type * TimeSpan -> unit
Public Sub SetCollectionAgeLimit (type As Type, ageLimit As TimeSpan)

パラメーター

type
Type

グレイン型のフル ネーム。

ageLimit
TimeSpan

使用する年齢制限。

適用対象