Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.PermanentManager.AddObject Method

Adds a new permanent item.

Class: YetaWF.Core.Support.PermanentManager
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static void AddObject<TObj>( TObj obj );

Parameters

obj

The item object.

Remarks

If this item has already been added, it is replaced instead.

To avoid race conditions, the caller must use a locking mechanism.

See Also YetaWF.Core.Support.PermanentManager ClassYetaWF.Core Overview