Search Results for

    Show / Hide Table of Contents

    Class DicomClientCancellation

    Contains information pertaining to the cancellation behavior of a DicomClient

    Inheritance
    Object
    DicomClientCancellation
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Network.Client
    Assembly: cs.temp.dll.dll
    Syntax
    public class DicomClientCancellation

    Constructors

    DicomClientCancellation(CancellationToken, DicomClientCancellationMode)

    Declaration
    public DicomClientCancellation(CancellationToken token, DicomClientCancellationMode mode)
    Parameters
    Type Name Description
    CancellationToken token
    DicomClientCancellationMode mode

    Properties

    Mode

    The mode that will decide how the cancel behavior should work

    Declaration
    public DicomClientCancellationMode Mode { get; }
    Property Value
    Type Description
    DicomClientCancellationMode

    Token

    The token that will be marked as cancelled

    Declaration
    public CancellationToken Token { get; }
    Property Value
    Type Description
    CancellationToken
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors