Click or drag to resize
CallInvocationDetailsTRequest, TResponse Constructor (Channel, MethodTRequest, TResponse, CallOptions)

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public CallInvocationDetails(
	Channel channel,
	Method<TRequest, TResponse> method,
	CallOptions options
)

Parameters

channel
Type: Grpc.CoreChannel
Channel to use for this call.
method
Type: Grpc.CoreMethodTRequest, TResponse
Method to call.
options
Type: Grpc.CoreCallOptions
Call options.
See Also