public static void BindService(ServiceBinderBase serviceBinder, JobController.JobControllerBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `JobController` class, part of the `Google.Cloud.Dataproc.V1` namespace, used for managing jobs."],["The latest version of the `JobController` class documented is 5.17.0, with several previous versions, dating back to 3.1.0, also documented."],["The `JobController` class inherits from the `Object` class and includes methods to bind service definitions, such as `BindService`."],["`BindService` has two overloaded methods for registering service definitions with a server or a service binder, respectively, both requiring an object implementing the server-side logic."],["The assembly for the JobController class is within Google.Cloud.Dataproc.V1.dll."]]],[]]