Example #1
0
 public virtual global::GRPC.Server.AllHackdayTopic GetAllTopic(global::GRPC.Server.Empty request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetAllTopic(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Example #2
0
 public virtual global::GRPC.Server.AllHackdayTopic GetAllTopic(global::GRPC.Server.Empty request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetAllTopic, null, options, request));
 }
Example #3
0
 public virtual grpc::AsyncServerStreamingCall <global::GRPC.Server.HackdayTopic> GetAllTopicStream(global::GRPC.Server.Empty request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_GetAllTopicStream, null, options, request));
 }