Struct DeltaData
Inherited Members
Namespace: Ascon.Polynom.Api.Clients
Assembly: Ascon.Polynom.Api.dll
Syntax
public readonly struct DeltaData
Constructors
DeltaData(TimeSpan, string, bool)
Declaration
public DeltaData(TimeSpan timeSpan, string message, bool access)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeSpan | timeSpan | |
| string | message | |
| bool | access |
Fields
Access
Declaration
public readonly bool Access
Field Value
| Type | Description |
|---|---|
| bool |
ExpiredTime
Declaration
public readonly DateTime ExpiredTime
Field Value
| Type | Description |
|---|---|
| DateTime |
Message
Declaration
public readonly string Message
Field Value
| Type | Description |
|---|---|
| string |