Düzenle

Aracılığıyla paylaş


ApplicationConfiguration.GetCollectionAgeLimit Method

Definition

Overloads

GetCollectionAgeLimit(String)

Returns the time period used to collect in-active activations of a given type.

GetCollectionAgeLimit(Type)

Returns the time period used to collect in-active activations of a given type.

GetCollectionAgeLimit(String)

Returns the time period used to collect in-active activations of a given type.

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

Parameters

grainTypeFullName
String

Grain type full name.

Returns

Applies to

GetCollectionAgeLimit(Type)

Returns the time period used to collect in-active activations of a given type.

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

Parameters

type
Type

Grain type.

Returns

Applies to