public static void BindService(ServiceBinderBase serviceBinder, DeviceManager.DeviceManagerBase 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.
Parameters
Name
Description
serviceBinder
Grpc.Core.ServiceBinderBase
Service methods will be bound by calling AddMethod on this object.
[[["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-03-21 UTC."],[[["The `DeviceManager` class within the `Google.Cloud.Iot.V1` namespace is used for securely connecting and managing Internet of Things (IoT) devices."],["The latest version of the DeviceManager API is 2.2.0, with historical versions ranging back to 1.0.0 also being documented."],["The `BindService` methods facilitate creating and registering service definitions for server-side handling logic, specifically related to `DeviceManager.DeviceManagerBase`."],["The `BindService` method with the parameters of `serviceBinder` and `serviceImpl` is part of an experimental API that is subject to change or removal without prior notice."],["The class Device Manager inherits inherited members from `System.Object` such as `ToString()`, `GetHashCode()`, `GetType()`, and `MemberwiseClone()`."]]],[]]