共用方式為


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

粒紋類型。

傳回

適用於