'Declaration
Public Overloads Shared Function BindService( _ ByVal serviceImpl As ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerBase _ ) As Grpc.Core.ServerServiceDefinition
'Usage
Dim serviceImpl As ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerBase Dim value As Grpc.Core.ServerServiceDefinition value = ColonyDetectionWorkflowController.BindService(serviceImpl)
public static Grpc.Core.ServerServiceDefinition BindService( ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerBase serviceImpl )
public: static Grpc.Core.ServerServiceDefinition^ BindService( ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerBase^ serviceImpl )
Parameters
- serviceImpl
- An object implementing the server-side handling logic.