IRemoteFileMetadataService.RequestFileMetadataChangedEventsAsync Method
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.
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.