Exemplo n.º 1
0
 public virtual global::System.Threading.Tasks.Task <global::Com.Xiaoman.InsertLogResponse> InsertLog(global::Com.Xiaoman.InsertLogRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Exemplo n.º 2
0
 public virtual grpc::AsyncUnaryCall <global::Com.Xiaoman.InsertLogResponse> InsertLogAsync(global::Com.Xiaoman.InsertLogRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(InsertLogAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Exemplo n.º 3
0
 public virtual grpc::AsyncUnaryCall <global::Com.Xiaoman.InsertLogResponse> InsertLogAsync(global::Com.Xiaoman.InsertLogRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_InsertLog, null, options, request));
 }
Exemplo n.º 4
0
 public virtual global::Com.Xiaoman.InsertLogResponse InsertLog(global::Com.Xiaoman.InsertLogRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_InsertLog, null, options, request));
 }