Class GdidAuthority
Implements GDIDAuthority contract trampoline that uses a singleton instance of GDIDAuthorityService to allocate blocks
Inheritance
System.Object
GdidAuthority
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 GdidAuthority : IGdidAuthority, ISkyService
Properties
Service
Declaration
public GdidAuthorityService Service { get; }
Property Value
| Type | Description |
|---|---|
| GdidAuthorityService |
Methods
AllocateBlock(String, String, Int32, Nullable<UInt64>)
Implements IGDIDAuthority contract - allocates block
Declaration
public GdidBlock AllocateBlock(string scopeName, string sequenceName, int blockSize, ulong? vicinity)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | scopeName | |
| System.String | sequenceName | |
| System.Int32 | blockSize | |
| System.Nullable<System.UInt64> | vicinity |
Returns
| Type | Description |
|---|---|
| GdidBlock |