예제 #1
0
 public virtual grpc::AsyncServerStreamingCall <global::GRpc.Messages.Candidate> DownloadCv(global::GRpc.Messages.DownloadByName request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_DownloadCv, null, options, request));
 }
예제 #2
0
 public virtual global::System.Threading.Tasks.Task DownloadCv(global::GRpc.Messages.DownloadByName request, grpc::IServerStreamWriter <global::GRpc.Messages.Candidate> responseStream, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
예제 #3
0
 public virtual grpc::AsyncServerStreamingCall <global::GRpc.Messages.Candidate> DownloadCv(global::GRpc.Messages.DownloadByName request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(DownloadCv(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }