CallInvocationDetailsTRequest, TResponse Constructor (Channel, MethodTRequest, TResponse, CallOptions) |
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic CallInvocationDetails(
Channel channel,
Method<TRequest, TResponse> method,
CallOptions options
)
Public Sub New (
channel As Channel,
method As Method(Of TRequest, TResponse),
options As CallOptions
)
public:
CallInvocationDetails(
Channel^ channel,
Method<TRequest, TResponse>^ method,
CallOptions options
)
new :
channel : Channel *
method : Method<'TRequest, 'TResponse> *
options : CallOptions -> CallInvocationDetails
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