예제 #1
0
 public virtual grpc::AsyncUnaryCall <global::GrpcServer.SeasonResponse> GetSeasonAsync(global::GrpcServer.SeasonRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetSeasonAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
예제 #2
0
 public virtual grpc::AsyncUnaryCall <global::GrpcServer.SeasonResponse> GetSeasonAsync(global::GrpcServer.SeasonRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetSeason, null, options, request));
 }
예제 #3
0
 public virtual global::GrpcServer.SeasonResponse GetSeason(global::GrpcServer.SeasonRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetSeason, null, options, request));
 }