docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetMetadataAsync

    GetMetadataAsync(GetMetadataParameters, CancellationToken)

    Gets a list of Match in the dataset from a list of owners ID.

    Declaration
    public Task<MatchCollection> GetMetadataAsync(GetMetadataParameters parameters, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    GetMetadataParameters parameters

    The parameters containing the filter's conditions to extract only records that fulfill them.

    CancellationToken cancellationToken

    A cancellation token

    Returns
    Type Description
    Task<MatchCollection>

    The list of Match.

    Implements
    IMetadataRepository.GetMetadataAsync(GetMetadataParameters, CancellationToken)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, November 15, 2023