Beispiel #1
0
 public virtual global::System.Threading.Tasks.Task <global::GrpcServer.BoolReply> DeleteComment(global::GrpcServer.ObjectIdRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Beispiel #2
0
 public virtual global::System.Threading.Tasks.Task <global::GrpcServer.CommentDTOCollection> GetAllPostRelateComments(global::GrpcServer.ObjectIdRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Beispiel #3
0
 public virtual grpc::AsyncUnaryCall <global::GrpcServer.CommentDTOCollection> GetAllPostRelateCommentsAsync(global::GrpcServer.ObjectIdRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetAllPostRelateComments, null, options, request));
 }
Beispiel #4
0
 public virtual global::System.Threading.Tasks.Task <global::GrpcServer.PostDTO> GetPostById(global::GrpcServer.ObjectIdRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Beispiel #5
0
 public virtual grpc::AsyncUnaryCall <global::GrpcServer.BoolReply> DeleteCommentAsync(global::GrpcServer.ObjectIdRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_DeleteComment, null, options, request));
 }
Beispiel #6
0
 public virtual grpc::AsyncUnaryCall <global::GrpcServer.CommentDTOCollection> GetAllPostRelateCommentsAsync(global::GrpcServer.ObjectIdRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetAllPostRelateCommentsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Beispiel #7
0
 public virtual grpc::AsyncUnaryCall <global::GrpcServer.BoolReply> DeleteCommentAsync(global::GrpcServer.ObjectIdRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(DeleteCommentAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Beispiel #8
0
 public virtual grpc::AsyncUnaryCall <global::GrpcServer.CommentDTO> GetCommentByIdAsync(global::GrpcServer.ObjectIdRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetCommentById, null, options, request));
 }
Beispiel #9
0
 public virtual global::GrpcServer.CommentDTO GetCommentById(global::GrpcServer.ObjectIdRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetCommentById, null, options, request));
 }
Beispiel #10
0
 public virtual global::GrpcServer.CommentDTO GetCommentById(global::GrpcServer.ObjectIdRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetCommentById(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Beispiel #11
0
 public virtual global::GrpcServer.BoolReply DeletePost(global::GrpcServer.ObjectIdRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_DeletePost, null, options, request));
 }