'宣言 Public Overloads Shared Function GetMetadata( _ ByVal dataSource As System.Collections.IEnumerable, _ ByVal cancelToken As System.Threading.CancellationToken _ ) As System.Threading.Tasks.Task(Of Dictionary(Of String,Object))
public static System.Threading.Tasks.Task<Dictionary<string,object>> GetMetadata( System.Collections.IEnumerable dataSource, System.Threading.CancellationToken cancelToken )
パラメータ
- dataSource
- Data source collection.
- cancelToken
- Enables task cancellation.
戻り値の型
Dictionary containing key/value pairs for metadata parts, where key is the name of the part.