Search Results for

    Show / Hide Table of Contents

    Interface IPayloads

    Interface wrapper for the Platform Payloads API

    Namespace: Nvidia.Clara.DicomAdapter.API
    Assembly: Nvidia.Clara.Dicom.API.dll
    Syntax
    public interface IPayloads

    Methods

    | Improve this Doc View Source

    Download(String, String)

    Downloads the specified payload

    Declaration
    Task<PayloadFile> Download(string payloadId, string path)
    Parameters
    Type Name Description
    String payloadId
    String path
    Returns
    Type Description
    Task<PayloadFile>
    | Improve this Doc View Source

    Upload(String, String, String)

    Uploads file to the specified payload

    Declaration
    Task Upload(string payload, string name, string filePath)
    Parameters
    Type Name Description
    String payload

    Target payload

    String name

    name of the file in the payload

    String filePath

    source file to upload

    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2021 NVIDIA Corporation
    NVIDIA Clara™ is a trademark of NVIDIA Corporation.
    Generated by DocFX