public static class DeviceManagerInternet of Things (IoT) service. Securely connect and manage IoT devices.
Inheritance
System.Object > DeviceManagerNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Methods
BindService(DeviceManager.DeviceManagerBase)
public static ServerServiceDefinition BindService(DeviceManager.DeviceManagerBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
DeviceManager.DeviceManagerBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
Grpc.Core.ServerServiceDefinition |
|
BindService(ServiceBinderBase, DeviceManager.DeviceManagerBase)
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.ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
DeviceManager.DeviceManagerBaseAn object implementing the server-side handling logic. |