Search Results for

    Show / Hide Table of Contents

    Class RequestTimedOutEventArgs

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

    Constructors

    RequestTimedOutEventArgs(DicomRequest, TimeSpan)

    Initializes an instance of RequestTimedOutEventArgs

    Declaration
    public RequestTimedOutEventArgs(DicomRequest request, TimeSpan timeout)
    Parameters
    Type Name Description
    DicomRequest request
    TimeSpan timeout

    Properties

    Request

    Gets the DICOM request that timed out.

    Declaration
    public DicomRequest Request { get; }
    Property Value
    Type Description
    DicomRequest

    Timeout

    Gets the timeout duration that was exceeded

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