コード例 #1
0
        /// <inheritdoc cref="CallInvoker.CreateAsyncCall{TRequest,TResponse}" />
        public override AsyncClientCall <TResponse> CreateAsyncCall <TRequest, TResponse>(
            Method <TRequest, TResponse> method,
            string host,
            CallOptions options,
            TRequest request)
        {
            var call = CreateCallDetails(method, host, options);

            return(Calls.AsyncClientCall(call, request));
        }