Class QueuedOperation
Inheritance
System.Object
QueuedOperation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class QueuedOperation
Constructors
QueuedOperation()
Declaration
public QueuedOperation()
QueuedOperation(QueuedOperation)
Declaration
public QueuedOperation(QueuedOperation queuedOperation)
Parameters
Type | Name | Description |
---|---|---|
QueuedOperation | queuedOperation |
Properties
Argument
Declaration
public JObject Argument { get; set; }
Property Value
Type | Description |
---|---|
Newtonsoft.Json.Linq.JObject |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Operation
Declaration
public QueuedOperations Operation { get; set; }
Property Value
Type | Description |
---|---|
QueuedOperations |
Priority
Declaration
public int Priority { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Started
Declaration
public DateTime? Started { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |