Singer Instruments PIXL Client
BindService(ColonyDetectionWorkflowControllerBase) Method



Sila2.Com.Singerinstruments.Workflows.Colonydetectionworkflowcontroller.V1 Namespace > ColonyDetectionWorkflowController Class > BindService Method : BindService(ColonyDetectionWorkflowControllerBase) Method
An object implementing the server-side handling logic.
Creates service definition that can be registered with a server
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColonyDetectionWorkflowController Class
ColonyDetectionWorkflowController Members
Overload List