Class GdidPersistenceRemoteLocation
Implements IGdidPersistenceLocation contract trampoline that uses a singleton instance of GDIDPersistenceLocationService to store gdids
Inheritance
System.Object
GdidPersistenceRemoteLocation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky.Identification
Assembly: Azos.Sky.dll
Syntax
public sealed class GdidPersistenceRemoteLocation : IGdidPersistenceRemoteLocation, ISkyService
Methods
Read(Byte, String, String)
Declaration
public 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
public void Write(string sequenceName, string scopeName, GDID value)
Parameters
Type | Name | Description |
---|---|---|
System.String | sequenceName | |
System.String | scopeName | |
GDID | value |