Class RequestTimedOutEventArgs
Inheritance
System.Object
System.EventArgs
RequestTimedOutEventArgs
Inherited Members
System.EventArgs.Empty
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.EventArguments
Assembly: fo-dicom.core.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 | |
System.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 |
---|---|
System.TimeSpan |