Click or drag to resize

IceNetApplicationDiscardCurrentRepository Method

Discards the current repository to release all buffered objects. The next access to the Repository property will result in a different repository instance.

Namespace:  PDTec.IceNet.Sdk
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static void DiscardCurrentRepository()
Remarks
It is important that objects that were retrieved in the context of the previous repository instance are no longer used.
See Also