public virtual global::System.Threading.Tasks.Task <global::Com.Example.Grpc.InsertResponse> insert(global::Com.Example.Grpc.InsertRequest request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }
public virtual grpc::AsyncUnaryCall <global::Com.Example.Grpc.InsertResponse> insertAsync(global::Com.Example.Grpc.InsertRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(insertAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncUnaryCall <global::Com.Example.Grpc.InsertResponse> insertAsync(global::Com.Example.Grpc.InsertRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_insert, null, options, request)); }
public virtual global::Com.Example.Grpc.InsertResponse insert(global::Com.Example.Grpc.InsertRequest request, grpc::CallOptions options) { return(CallInvoker.BlockingUnaryCall(__Method_insert, null, options, request)); }