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

粒度类型。

返回

适用于