UpdateSharedPackageContainerOptions.ForceAppShutdown Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value specifying whether apps with packages in the created shared container should be shut down as part of the container update operation.
public:
property bool ForceAppShutdown { bool get(); void set(bool value); };
bool ForceAppShutdown();
void ForceAppShutdown(bool value);
public bool ForceAppShutdown { get; set; }
var boolean = updateSharedPackageContainerOptions.forceAppShutdown;
updateSharedPackageContainerOptions.forceAppShutdown = boolean;
Public Property ForceAppShutdown As Boolean
Property Value
bool
True if apps should be shut down; otherwise, false.
Remarks
The update operation is synchronous even though the app shutdown process is asynchronous. There is no progress to communicated to the caller when closing these applications.