Share via


CreateSharedPackageContainerOptions.ForceAppShutdown Property

Definition

Gets or sets a value specifying whether apps with packages in the created shared container should be shut down as part of the container creation operation.

public:
 property bool ForceAppShutdown { bool get(); void set(bool value); };
bool ForceAppShutdown();

void ForceAppShutdown(bool value);
public bool ForceAppShutdown { get; set; }
var boolean = createSharedPackageContainerOptions.forceAppShutdown;
createSharedPackageContainerOptions.forceAppShutdown = boolean;
Public Property ForceAppShutdown As Boolean

Property Value

Boolean

bool

True if apps should be shut down; otherwise, false.

Remarks

The create operation is synchronous even though the app shutdown process is asynchronous. There is no progress to communicated to the caller when closing these applications.

Applies to