RequestTimeoutNotificationMessage Class
- Last UpdatedApr 08, 2026
- 1 minute read
This message is created by the DAL.ClientSDK.DriverConnection object when it determines that is has not
received a response for the given request message within the given timeout period, and is delivered to
the client via its data response callback delegate. The timeout period is specified by the client API
in the DriverConnection.SendMessage() method call. Note: For any given data request, only one
RequestTimeoutNotificationMessage is ever delivered to the client.
Inherits from: BaseSpecificResponseMessage
[DataContract()]
[KnownType(OASySDNA.Common.DAL.DALCommon.DataResponseMessage)]
public sealed class RequestTimeoutNotificationMessage : BaseSpecificResponseMessage
[DataContract()]
[KnownType(OASySDNA.Common.DAL.DALCommon.DataResponseMessage)]
public ref class RequestTimeoutNotificationMessage sealed : public BaseSpecificResponseMessage
System.Object
OASySDNA.Common.DAL.DALCommon.BaseMessage
OASySDNA.Common.DAL.DALCommon.BaseResponseMessage
OASySDNA.Common.DAL.DALCommon.RequestTimeoutNotificationMessage