Click or drag to resize
ServerCallContextCreatePropagationToken Method
Creates a propagation token to be used to propagate call context to a child call.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public ContextPropagationToken CreatePropagationToken(
	ContextPropagationOptions options = null
)

Parameters

options (Optional)
Type: Grpc.CoreContextPropagationOptions

[Missing <param name="options"/> documentation for "M:Grpc.Core.ServerCallContext.CreatePropagationToken(Grpc.Core.ContextPropagationOptions)"]

Return Value

Type: ContextPropagationToken
See Also