ObjectStoreService StoreGUID Property NFX Class Library

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

Returns unique identifier that identifies this particular store. This ID is used to load store's state from external medium upon start-up. One may think of this ID as of a "pointer/handle" that survives phisical object destroy/create cycle

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

public Guid StoreGUID { get; set; }

Property Value

Type: OnlineGuid
See Also