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-09 UTC."],[[["This webpage details the `JobController` class within the `Google.Cloud.Dataproc.V1` namespace, which is designed for managing jobs in the Google Cloud Dataproc service."],["The latest version of the `JobController` is 5.17.0, and the page lists available documentation links for versions ranging from 3.1.0 up to 5.17.0."],["The `JobController` class inherits from the .NET `Object` class and provides methods such as `BindService` to create service definitions and register service methods."],["The page provides details on the `BindService` method, including its parameters, such as `serviceImpl` and `serviceBinder`, and its return type, `ServerServiceDefinition`, along with links to further documentation."]]],[]]