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 provides documentation for the `JobController` class within the Google Cloud Dataproc v1 API for .NET, with the current version being 5.16.0 and the latest version being 5.17.0."],["The `JobController` class provides methods for managing jobs in Google Cloud Dataproc, with a list of available documentation versions ranging from 5.17.0 down to 3.1.0."],["The `JobController` class inherits from the base `object` class and offers methods such as `BindService` for creating service definitions and registering them with a server."],["The documentation includes inherited members from the `object` class like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, alongside the namespace and assembly information."],["The `BindService` methods detail the parameters and return types for establishing service connections, particularly the `serviceImpl` parameter, which is a `JobControllerBase` object responsible for implementing server-side logic."]]],[]]