Click or drag to resize
Grid Solutions Framework

ProcessLauncherForceKillOnDispose Property

Gets or sets flag that determines if launched process should be forcibly terminated when adapter is disposed.

Namespace: FileAdapters
Assembly: FileAdapters (in FileAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(true)]
public bool ForceKillOnDispose { get; set; }
View Source

Property Value

Boolean
See Also