Class RequestTimedOutEvent
When a DICOM request times out
Inheritance
System.Object
RequestTimedOutEvent
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Network.Client.Advanced.Connection
Assembly: fo-dicom.core.dll
Syntax
public class RequestTimedOutEvent : IAdvancedDicomClientConnectionEvent
Properties
Request
The original request
Declaration
public DicomRequest Request { get; }
Property Value
Type | Description |
---|---|
DicomRequest |
Timeout
The timeout that elapsed before receiving a response
Declaration
public TimeSpan Timeout { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan |