C# Класс Microsoft.Zing.ZingPreemptionBounding

This class stores the necessary information in traversalInfo for performing preemption bounding.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
currentProcess int
preempted bool

Открытые методы

Метод Описание
Clone ( ) : ZingPreemptionBounding
GetNextProcessToExecute ( ) : int

get the next process to be executed.

ZingPreemptionBounding ( ) : System.Collections.Generic
ZingPreemptionBounding ( ProcessInfo processInfo, int numSuccessor, int currentProcessParam ) : System.Collections.Generic

Initialize the object

Описание методов

Clone() публичный Метод

public Clone ( ) : ZingPreemptionBounding
Результат ZingPreemptionBounding

GetNextProcessToExecute() публичный Метод

get the next process to be executed.
public GetNextProcessToExecute ( ) : int
Результат int

ZingPreemptionBounding() публичный Метод

public ZingPreemptionBounding ( ) : System.Collections.Generic
Результат System.Collections.Generic

ZingPreemptionBounding() публичный Метод

Initialize the object
public ZingPreemptionBounding ( ProcessInfo processInfo, int numSuccessor, int currentProcessParam ) : System.Collections.Generic
processInfo ProcessInfo
numSuccessor int
currentProcessParam int
Результат System.Collections.Generic

Описание свойств

currentProcess публичное свойство

stores the current process being executed.
public int currentProcess
Результат int

preempted публичное свойство

public bool preempted
Результат bool