Ejemplo n.º 1
0
 public virtual AsyncServerStreamingCall <global::Grpc.Messages.EmployeeResponse> GetAll(global::Grpc.Messages.GetAllRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_GetAll, null, options, request));
 }
Ejemplo n.º 2
0
 public virtual global::System.Threading.Tasks.Task GetAll(global::Grpc.Messages.GetAllRequest request, IServerStreamWriter <global::Grpc.Messages.EmployeeResponse> responseStream, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
Ejemplo n.º 3
0
 public virtual AsyncServerStreamingCall <global::Grpc.Messages.EmployeeResponse> GetAll(global::Grpc.Messages.GetAllRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetAll(request, new CallOptions(headers, deadline, cancellationToken)));
 }