public static class DeviceManager
Internet 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.DeviceManagerBase An 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.ServiceBinderBase Service methods will be bound by calling |
serviceImpl | DeviceManager.DeviceManagerBase An object implementing the server-side handling logic. |