IMountedVolumeInfoProvider.

Listen(ObservableCollection<MountedVolumeInfo>) Method

Summary

Listens to any changes in volume mounts and forwards updates to the referenced ObservableCollection<MountedDriveInfo>.

Syntax

IDisposable Listen(ObservableCollection<MountedVolumeInfo> mountedDrives)

Parameters

Name Type Description
mountedDrives ObservableCollection<MountedVolumeInfo>

Return Value

Type Description
IDisposable