C# Class Dynamo.ViewModels.DynamoViewModel.ShutdownParams

This struct represents parameters for PerformShutdownSequence call. It exposes several properties to control the way shutdown process goes.
ファイルを表示 Open project: DynamoDS/Dynamo Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ShutdownParams ( bool shutdownHost, bool allowCancellation ) : Dynamo.Configuration
ShutdownParams ( bool shutdownHost, bool allowCancellation, bool closeDynamoView ) : Dynamo.Configuration

Method Details

ShutdownParams() public method

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

ShutdownParams() public method

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