IRemoteFileMetadataService Interface
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.
An interface defining a (remotable) service that provides file metadata.
public interface class IRemoteFileMetadataService
public interface IRemoteFileMetadataService
type IRemoteFileMetadataService = interface
Public Interface IRemoteFileMetadataService
Methods
RequestFileMetadataChangedEventsAsync(CancellationToken) |
The FileMetadataChanged will not fire until this method has been called. Immediately after calling this method, the FileMetadataChanged event will fire, with the full set of file metadata included in the event args. |
Events
FileMetadataChanged |
An event providing notification of changes to file metadata. |