fuget.org
ZettaVision.CloudCore.Infrastructure.WebJob.Standard
by ZettaVision
1.0.0
14 Sep 20
Toggle Dropdown
Version 1
1.0.2
19 Nov 20
1.0.1
19 Nov 20
1.0.0
14 Sep 20
API Diff
with 1.0.1
Toggle Dropdown
Version 1
1.0.2
19 Nov 20
1.0.1
19 Nov 20
1.0.0
14 Sep 20
ZettaVision.CloudCore.Infrastructure.WebJob.Standard.1.0.0.nupkg
nuget.org
<
PackageReference
Include
=
"ZettaVision.CloudCore.Infrastructure.WebJob.Standard"
Version
=
"1.0.0"
/>
Frameworks
netstandard2.0
Dependencies
Newtonsoft.Json 12.0.3
ZettaVision.CloudCore.Domain.Standard 1.0.3
ZettaVision.CloudCore.Infrastructure.AzureTables.Standard 1.0.0
ZettaVision.CloudCore.Infrastructure.Standard 1.0.0
API Diff between 1.0.0 and 1.0.1
6
Additions
0
Removals
ZettaVision.CloudCore.Infrastructure.WebJob.WebJobShutdown
public
class
WebJobShutdownReaderAzureTables
:
IWebJobShutdownReader
public
WebJobShutdownReaderAzureTables
(
string
connectionString
,
string
tableName
=
null
)
public
Task
<
WebJobShutdownModel
>
HandleAsync
(
WebJobShutdownGetByIdQuery
query
,
CancellationToken
cancellationToken
=
default
)
public
Task
<
PagedResult
<
WebJobShutdownModel
>>
HandleAsync
(
WebJobShutdownGetAllQuery
query
,
CancellationToken
cancellationToken
=
default
)
public
class
WebJobShutdownRepositoryAzureTables
:
AggregateRepositoryAzureTables
<
WebJobShutdownIdentifier
,
WebJobShutdownAggregate
,
WebJobShutdownModel
>,
IWebJobShutdownRepository
,
IAggregateRepository
<
WebJobShutdownIdentifier
,
WebJobShutdownAggregate
,
WebJobShutdownModel
>
public
WebJobShutdownRepositoryAzureTables
(
string
connectionString
,
string
tableName
=
null
)