holoride
Search Results for

    Show / Hide Table of Contents

    Interface IWorkerMapper<T>

    Inherited Members
    IWorkerMapper.SourceNodeType
    Namespace: Holoride.ElasticSDK.Graph
    Assembly: Holoride.ElasticSDK.Runtime.dll
    Syntax
    public interface IWorkerMapper<T> : IWorkerMapper
    Type Parameters
    Name Description
    T

    Methods

    Map(IPipelineWorker, GlobalPosition, CancellationToken)

    This method maps the data from the connected worker at the position to the type defined by the DataMappingProviderInfoAttribute.

    Declaration
    UniTask<T> Map(IPipelineWorker worker, GlobalPosition position, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    IPipelineWorker worker
    GlobalPosition position
    CancellationToken cancellationToken
    Returns
    Type Description
    Cysharp.Threading.Tasks.UniTask<T><T>

    Map(IPipelineWorker, CancellationToken)

    This method maps the data from the connected worker to the type defined by the DataMappingProviderInfoAttribute.

    Declaration
    UniTask<T> Map(IPipelineWorker worker, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    IPipelineWorker worker
    CancellationToken cancellationToken
    Returns
    Type Description
    Cysharp.Threading.Tasks.UniTask<T><T>
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint