Class DicomRequest.OnTimeoutEventArgs
- Namespace
- FellowOakDicom.Network
- Assembly
- fo-dicom.core.dll
public class DicomRequest.OnTimeoutEventArgs
- Inheritance
-
DicomRequest.OnTimeoutEventArgs
- Inherited Members
- Extension Methods
Constructors
OnTimeoutEventArgs(TimeSpan)
public OnTimeoutEventArgs(TimeSpan timeout)
Parameters
timeout
TimeSpan
Properties
Timeout
The timeout duration that was exceeded for this request
public TimeSpan Timeout { get; set; }