次の方法で共有


IRemoteFileMetadataService Interface

Definition

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.

Applies to