Click or drag to resize

CallOptionsWithPropagationToken Method

Returns new instance of CallOptions with PropagationToken set to the value provided. Values of all other fields are preserved.

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public CallOptions WithPropagationToken(
	ContextPropagationToken propagationToken
)

Parameters

propagationToken
Type: Grpc.CoreContextPropagationToken
The context propagation token.

Return Value

Type: CallOptions
See Also