C# Class Dynamo.ViewModels.DynamoViewModel.ShutdownParams

This struct represents parameters for PerformShutdownSequence call. It exposes several properties to control the way shutdown process goes.
Afficher le fichier Open project: DynamoDS/Dynamo Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ShutdownParams ( bool shutdownHost, bool allowCancellation ) : Dynamo.Configuration
ShutdownParams ( bool shutdownHost, bool allowCancellation, bool closeDynamoView ) : Dynamo.Configuration

Method Details

ShutdownParams() public méthode

public ShutdownParams ( bool shutdownHost, bool allowCancellation ) : Dynamo.Configuration
shutdownHost bool
allowCancellation bool
Résultat Dynamo.Configuration

ShutdownParams() public méthode

public ShutdownParams ( bool shutdownHost, bool allowCancellation, bool closeDynamoView ) : Dynamo.Configuration
shutdownHost bool
allowCancellation bool
closeDynamoView bool
Résultat Dynamo.Configuration