Table of Contents

Class BackgroundTaskInfo

Namespace
Ascon.Polynom.Web.Api.Data.BackgroundTask
Assembly
Ascon.Polynom.Web.Api.Data.dll
public class BackgroundTaskInfo
Inheritance
BackgroundTaskInfo
Inherited Members

Constructors

BackgroundTaskInfo(Guid, string, BackgroundTaskStatus)

public BackgroundTaskInfo(Guid id, string name, BackgroundTaskStatus status)

Parameters

id Guid
name string
status BackgroundTaskStatus

Properties

Id

public Guid Id { get; }

Property Value

Guid

Name

public string Name { get; }

Property Value

string

Status

public BackgroundTaskStatus Status { get; }

Property Value

BackgroundTaskStatus