Search Results for

    Show / Hide Table of Contents

    Class DicomRequest.OnTimeoutEventArgs

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

    Constructors

    OnTimeoutEventArgs(TimeSpan)

    Declaration
    public OnTimeoutEventArgs(TimeSpan timeout)
    Parameters
    Type Name Description
    TimeSpan timeout

    Properties

    Timeout

    The timeout duration that was exceeded for this request

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