SealedString Scope ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a scope of a SealedString creation that tracks the existing strings. Use Seal(string) to get an existing string or create a new one. Do not persist the instance of Scope for a long time as it accumulates references (string keys) that pressure the GC. This class is used in batched that create many sealed strings. Once those strings rae created the scope can be released.
Inheritance Hierarchy

OnlineSystem Object
  NFX SealedString Scope

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class Scope
See Also