C# 클래스 Microsoft.PSharp.QuiescentEvent

상속: Microsoft.PSharp.Event
파일 보기 프로젝트 열기: p-org/PSharp

공개 프로퍼티들

프로퍼티 타입 설명
MachineId Microsoft.PSharp.MachineId

공개 메소드들

메소드 설명
QuiescentEvent ( Microsoft.PSharp.MachineId mid ) : System.Runtime.Serialization

Initializes a new instance of the QuiescentEvent class.

메소드 상세

QuiescentEvent() 공개 메소드

Initializes a new instance of the QuiescentEvent class.
public QuiescentEvent ( Microsoft.PSharp.MachineId mid ) : System.Runtime.Serialization
mid Microsoft.PSharp.MachineId The id of the machine that has reached quiescence.
리턴 System.Runtime.Serialization

프로퍼티 상세

MachineId 공개적으로 프로퍼티

The id of the machine that has reached quiescence.
public MachineId,Microsoft.PSharp MachineId
리턴 Microsoft.PSharp.MachineId