RefreshingEntityCollectionT Constructor

Initializes a new instance of the RefreshingEntityCollectionT class

Definition

Namespace: Ignition.Framework.Entities.Collections
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public RefreshingEntityCollection(
	Func<IEnumerable<T>> refreshCallback,
	int minMinutesBetweenRefreshes = 30
)

Parameters

refreshCallback  FuncIEnumerableT
 
minMinutesBetweenRefreshes  Int32  (Optional)
 

See Also