Table of Contents

Interface IDeadlineFeature

Namespace
IceRpc.Features
Assembly
IceRpc.dll

Represents the expiration time of a request.

public interface IDeadlineFeature

Remarks

Once the deadline of a two-way request is reached, the caller is no longer interested in the response and the request should be discarded by the application code and IceRPC. For a one-way request, the processing of the request should be canceled once its deadline is reached. The value of this deadline feature is transmitted with requests using the Deadline field.

Properties

Value

Gets the value of deadline.

DateTime Value { get; }

Property Value

DateTime

The deadline value. The MaxValue means no deadline.