BaseSession OldID Property NFX Class Library

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

When this parameter is not null then RegenerateID() was called and session provider may need to re-stow session object under a new ID

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

public Nullable<Guid> OldID { get; }

Property Value

Type: OnlineNullable OnlineGuid 

Implements

ISession OldID
See Also