UtilSystemNotificationNotifyMediaRemoved Method

Notifies the system that a storage media has been removed from a drive.

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void NotifyMediaRemoved(
	string driveRootPath
)

Parameters

driveRootPath  String
The root path of the drive from which the media was removed.

Exceptions

ArgumentNullException driveRootPath

See Also