Example #1
0
 public virtual grpc::AsyncServerStreamingCall <global::Generated.RaceParticipants> GetRacesParticipants(global::Generated.Empty request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_GetRacesParticipants, null, options, request));
 }
Example #2
0
 public virtual grpc::AsyncUnaryCall <global::Generated.GetEngineCapacitiesReply> GetEngineCapacitiesAsync(global::Generated.Empty request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetEngineCapacities, null, options, request));
 }
Example #3
0
 public virtual grpc::AsyncServerStreamingCall <global::Generated.RaceParticipants> GetRacesParticipants(global::Generated.Empty request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetRacesParticipants(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Example #4
0
 public virtual grpc::AsyncUnaryCall <global::Generated.GetEngineCapacitiesReply> GetEngineCapacitiesAsync(global::Generated.Empty request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetEngineCapacitiesAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Example #5
0
 public virtual global::Generated.GetEngineCapacitiesReply GetEngineCapacities(global::Generated.Empty request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetEngineCapacities, null, options, request));
 }
Example #6
0
 public virtual global::Generated.GetTeamsReply GetTeams(global::Generated.Empty request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetTeams(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Example #7
0
 public virtual global::System.Threading.Tasks.Task GetRacesParticipants(global::Generated.Empty request, grpc::IServerStreamWriter <global::Generated.RaceParticipants> responseStream, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Example #8
0
 public virtual global::System.Threading.Tasks.Task <global::Generated.GetEngineCapacitiesReply> GetEngineCapacities(global::Generated.Empty request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }