Share via


DeleteSharedPackageContainerOptions.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 deletion operation.

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

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

Property Value

Boolean

bool

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

Remarks

The delete 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