Click or drag to resize

PlatformOptionsNonPersistent Property

Determines if this Application should keep the runtime up in the event of all other connections failing.

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public bool NonPersistent { get; set; }

Property Value

Type: Boolean
True will allow the runtime to close if this Application is the only open connection. False will allow the runtime to treat this Application as any other application running in the runtime.
See Also