次の方法で共有


IRemoteFileMetadataManager.GetAllFileMetadataAsync(CancellationToken) Method

Definition

Gets all file metadata.

public:
 System::Threading::Tasks::Task<System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^> ^> ^ GetAllFileMetadataAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Generic.IReadOnlyDictionary<string,string>>> GetAllFileMetadataAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetAllFileMetadataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IReadOnlyDictionary<string, string>>>
Public Function GetAllFileMetadataAsync (cancellationToken As CancellationToken) As Task(Of IReadOnlyDictionary(Of String, IReadOnlyDictionary(Of String, String)))

Parameters

cancellationToken
CancellationToken

Token of cancelling.

Returns

A Task whose result is a (possibly empty) collection of file metadata.

Remarks

Implementations of this method should be free-threaded, i.e. callers of this method should be able to call it from any thread.

Applies to