コード例 #1
0
 public virtual grpc::AsyncServerStreamingCall <global::Temp.ViewAllTempResponse> ViewAllTemp(global::Temp.ViewAllTempRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_ViewAllTemp, null, options, request));
 }
コード例 #2
0
 public virtual global::System.Threading.Tasks.Task ViewAllTemp(global::Temp.ViewAllTempRequest request, grpc::IServerStreamWriter <global::Temp.ViewAllTempResponse> responseStream, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
コード例 #3
0
 public virtual grpc::AsyncServerStreamingCall <global::Temp.ViewAllTempResponse> ViewAllTemp(global::Temp.ViewAllTempRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(ViewAllTemp(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }