次の方法で共有


ApplicationConfiguration.GetCollectionAgeLimit メソッド

定義

オーバーロード

GetCollectionAgeLimit(String)

特定の型のアクティブなアクティブ化を収集するために使用される期間を返します。

GetCollectionAgeLimit(Type)

特定の型のアクティブなアクティブ化を収集するために使用される期間を返します。

GetCollectionAgeLimit(String)

特定の型のアクティブなアクティブ化を収集するために使用される期間を返します。

public TimeSpan GetCollectionAgeLimit (string grainTypeFullName);
member this.GetCollectionAgeLimit : string -> TimeSpan
Public Function GetCollectionAgeLimit (grainTypeFullName As String) As TimeSpan

パラメーター

grainTypeFullName
String

グレインの種類のフル ネーム。

戻り値

適用対象

GetCollectionAgeLimit(Type)

特定の型のアクティブなアクティブ化を収集するために使用される期間を返します。

public TimeSpan GetCollectionAgeLimit (Type type);
member this.GetCollectionAgeLimit : Type -> TimeSpan
Public Function GetCollectionAgeLimit (type As Type) As TimeSpan

パラメーター

type
Type

グレインの種類。

戻り値

適用対象