C# 클래스 Dynamo.ViewModels.DynamoViewModel.ShutdownParams

This struct represents parameters for PerformShutdownSequence call. It exposes several properties to control the way shutdown process goes.
파일 보기 프로젝트 열기: DynamoDS/Dynamo 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ShutdownParams ( bool shutdownHost, bool allowCancellation ) : Dynamo.Configuration
ShutdownParams ( bool shutdownHost, bool allowCancellation, bool closeDynamoView ) : Dynamo.Configuration

메소드 상세

ShutdownParams() 공개 메소드

public ShutdownParams ( bool shutdownHost, bool allowCancellation ) : Dynamo.Configuration
shutdownHost bool
allowCancellation bool
리턴 Dynamo.Configuration

ShutdownParams() 공개 메소드

public ShutdownParams ( bool shutdownHost, bool allowCancellation, bool closeDynamoView ) : Dynamo.Configuration
shutdownHost bool
allowCancellation bool
closeDynamoView bool
리턴 Dynamo.Configuration