Table of Contents

Class RequestTimedOutEventArgs

Namespace
FellowOakDicom.Network.Client.EventArguments
Assembly
fo-dicom.core.dll
public class RequestTimedOutEventArgs : EventArgs
Inheritance
RequestTimedOutEventArgs
Inherited Members
Extension Methods

Constructors

RequestTimedOutEventArgs(DicomRequest, TimeSpan)

Initializes an instance of RequestTimedOutEventArgs

public RequestTimedOutEventArgs(DicomRequest request, TimeSpan timeout)

Parameters

request DicomRequest
timeout TimeSpan

Properties

Request

Gets the DICOM request that timed out.

public DicomRequest Request { get; }

Property Value

DicomRequest

Timeout

Gets the timeout duration that was exceeded

public TimeSpan Timeout { get; }

Property Value

TimeSpan