Click or drag to resize
CallOptionsWithDeadline Method
Returns new instance of CallOptions with Deadline set to the value provided. Values of all other fields are preserved.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public CallOptions WithDeadline(
	DateTime deadline
)

Parameters

deadline
Type: SystemDateTime
The deadline.

Return Value

Type: CallOptions
See Also