Search Results for

    Show / Hide Table of Contents

    Class Payload

    Inheritance
    System.Object
    Payload
    Implements
    System.IDisposable
    Namespace: Monai.Deploy.InformaticsGateway.Api.Storage
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class Payload : IDisposable

    Constructors

    | Improve this Doc View Source

    Payload()

    Declaration
    public Payload()
    | Improve this Doc View Source

    Payload(String, String, String, String, DataOrigin, UInt32)

    Declaration
    public Payload(string key, string correlationId, string workflowInstanceId, string taskId, DataOrigin dataTrigger, uint timeout)
    Parameters
    Type Name Description
    System.String key
    System.String correlationId
    System.String workflowInstanceId
    System.String taskId
    Monai.Deploy.Messaging.Events.DataOrigin dataTrigger
    System.UInt32 timeout
    | Improve this Doc View Source

    Payload(String, String, String, String, DataOrigin, UInt32, String)

    Declaration
    public Payload(string key, string correlationId, string workflowInstanceId, string taskId, DataOrigin dataTrigger, uint timeout, string payloadId)
    Parameters
    Type Name Description
    System.String key
    System.String correlationId
    System.String workflowInstanceId
    System.String taskId
    Monai.Deploy.Messaging.Events.DataOrigin dataTrigger
    System.UInt32 timeout
    System.String payloadId

    Fields

    | Improve this Doc View Source

    MAX_RETRY

    Declaration
    public const int MAX_RETRY = 3
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    CorrelationId

    Declaration
    public string CorrelationId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DataOrigins

    Declaration
    public HashSet<DataOrigin> DataOrigins { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.HashSet<Monai.Deploy.Messaging.Events.DataOrigin>
    | Improve this Doc View Source

    DataTrigger

    Declaration
    public DataOrigin DataTrigger { get; set; }
    Property Value
    Type Description
    Monai.Deploy.Messaging.Events.DataOrigin
    | Improve this Doc View Source

    DateTimeCreated

    Declaration
    public DateTime DateTimeCreated { get; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Elapsed

    Declaration
    public TimeSpan Elapsed { get; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    Files

    Declaration
    public List<FileStorageMetadata> Files { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FileStorageMetadata>
    | Improve this Doc View Source

    FilesFailedToUpload

    Declaration
    public int FilesFailedToUpload { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    FilesUploaded

    Declaration
    public int FilesUploaded { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    HasTimedOut

    Declaration
    public bool HasTimedOut { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MachineName

    Declaration
    public string MachineName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PayloadId

    Declaration
    public Guid PayloadId { get; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    RetryCount

    Declaration
    public int RetryCount { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    State

    Declaration
    public Payload.PayloadState State { get; set; }
    Property Value
    Type Description
    Payload.PayloadState
    | Improve this Doc View Source

    TaskId

    Declaration
    public string TaskId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Timeout

    Declaration
    public uint Timeout { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    WorkflowInstanceId

    Declaration
    public string WorkflowInstanceId { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Add(FileStorageMetadata)

    Declaration
    public void Add(FileStorageMetadata value)
    Parameters
    Type Name Description
    FileStorageMetadata value
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    | Improve this Doc View Source

    ElapsedTime()

    Declaration
    public TimeSpan ElapsedTime()
    Returns
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    ResetRetry()

    Declaration
    public void ResetRetry()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX