Interface IGdidPersistenceRemoteLocation
Represents a backup location where GDID Authority persists its data
Assembly: Azos.Sky.dll
Syntax
[Glued]
[LifeCycle(ServerInstanceMode.Singleton)]
public interface IGdidPersistenceRemoteLocation : ISkyService
Methods
Read(Byte, String, String)
Declaration
GDID? Read(byte authority, string sequenceName, string scopeName)
Parameters
Type |
Name |
Description |
System.Byte |
authority |
|
System.String |
sequenceName |
|
System.String |
scopeName |
|
Returns
Type |
Description |
System.Nullable<GDID> |
|
Write(String, String, GDID)
Declaration
void Write(string sequenceName, string scopeName, GDID value)
Parameters
Type |
Name |
Description |
System.String |
sequenceName |
|
System.String |
scopeName |
|
GDID |
value |
|
Extension Methods