Show / Hide Table of Contents

Class Process

Планировщик

Inheritance
System.Object
Process
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Scheduler
Assembly: Scheduler.dll
Syntax
public class Process

Properties

Guid

Уникальный идентификатор

Declaration
public Guid Guid { get; set; }
Property Value
Type Description
System.Guid

Subprocesses

Список задач

Declaration
public Queue<Subprocess> Subprocesses { get; set; }
Property Value
Type Description
System.Collections.Generic.Queue<Subprocess>
In This Article
Back to top Generated by DocFX