C# Class NuGet.Services.Work.InvocationState

Contains all information about the current status of an invocation, serves as the central status record of an invocation
Show file Open project: NuGet/NuGet.Services.Work Class Usage Examples

Private Properties

Property Type Description
InvocationState System
LoadUtcDateTime DateTimeOffset?
Update void

Private Methods

Method Description
InvocationState ( InvocationRow latest ) : System
LoadUtcDateTime ( System.DateTime dateTime ) : DateTimeOffset?
Update ( InvocationRow newVersion ) : void