次の方法で共有


IRemoteFileMetadataService.RequestFileMetadataChangedEventsAsync Method

Definition

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.

public:
 System::Threading::Tasks::Task ^ RequestFileMetadataChangedEventsAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task RequestFileMetadataChangedEventsAsync (System.Threading.CancellationToken cancellationToken);
abstract member RequestFileMetadataChangedEventsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RequestFileMetadataChangedEventsAsync (cancellationToken As CancellationToken) As Task

Parameters

cancellationToken
CancellationToken

A token of cancelling.

Returns

A task representing the asynchronous operation.

Applies to