共用方式為


ApplicationConfiguration.ResetCollectionAgeLimitToDefault 方法

定義

多載

ResetCollectionAgeLimitToDefault(String)

將指定類型的使用中啟用時間重設為預設值。

ResetCollectionAgeLimitToDefault(Type)

將指定類型的使用中啟用時間重設為預設值。

ResetCollectionAgeLimitToDefault(String)

將指定類型的使用中啟用時間重設為預設值。

public void ResetCollectionAgeLimitToDefault (string grainTypeFullName);
member this.ResetCollectionAgeLimitToDefault : string -> unit
Public Sub ResetCollectionAgeLimitToDefault (grainTypeFullName As String)

參數

grainTypeFullName
String

細微性類型完整名稱。

適用於

ResetCollectionAgeLimitToDefault(Type)

將指定類型的使用中啟用時間重設為預設值。

public void ResetCollectionAgeLimitToDefault (Type type);
member this.ResetCollectionAgeLimitToDefault : Type -> unit
Public Sub ResetCollectionAgeLimitToDefault (type As Type)

參數

type
Type

細微性類型完整名稱。

適用於