public virtual global::System.Threading.Tasks.Task <global::GamesN.Result> AddGame(global::GamesN.GameUID request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }
public virtual grpc::AsyncUnaryCall <global::GamesN.Result> AddGameAsync(global::GamesN.GameUID request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(AddGameAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncUnaryCall <global::GamesN.Result> AddGameAsync(global::GamesN.GameUID request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_AddGame, null, options, request)); }
public virtual global::GamesN.Result AddGame(global::GamesN.GameUID request, grpc::CallOptions options) { return(CallInvoker.BlockingUnaryCall(__Method_AddGame, null, options, request)); }