Interface IGdidAuthority
Represents a Global Distributed ID Authority contract
Namespace: Azos.Sky.Contracts
Assembly: Azos.Sky.dll
Syntax
[Glued]
[LifeCycle(ServerInstanceMode.Singleton)]
public interface IGdidAuthority : ISkyService
Methods
AllocateBlock(String, String, Int32, Nullable<UInt64>)
Declaration
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 |