示例#1
0
 public virtual grpc::AsyncUnaryCall <global::Overt.GrpcExample1.Service.Grpc.AskResponse> AskAsync(global::Overt.GrpcExample1.Service.Grpc.AskRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Ask, null, options, request));
 }
示例#2
0
 public virtual global::System.Threading.Tasks.Task <global::Overt.GrpcExample1.Service.Grpc.AskResponse> Ask(global::Overt.GrpcExample1.Service.Grpc.AskRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
示例#3
0
 public virtual grpc::AsyncUnaryCall <global::Overt.GrpcExample1.Service.Grpc.AskResponse> AskAsync(global::Overt.GrpcExample1.Service.Grpc.AskRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(AskAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }