Singer Instruments PIXL Client
NewInstance Method (ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerClient)



Sila2.Com.Singerinstruments.Workflows.Colonydetectionworkflowcontroller.V1 Namespace > ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerClient Class : NewInstance Method
Creates a new instance of client from given ClientBaseConfiguration.
Syntax
'Declaration
 
Protected Overrides Function NewInstance( _
   ByVal configuration As Grpc.Core.ClientBase.ClientBaseConfiguration _
) As ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerClient
'Usage
 
Dim instance As ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerClient
Dim configuration As Grpc.Core.ClientBase.ClientBaseConfiguration
Dim value As ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerClient
 
value = instance.NewInstance(configuration)
protected override ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerClient NewInstance( 
   Grpc.Core.ClientBase.ClientBaseConfiguration configuration
)
protected:
ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerClient^ NewInstance( 
   Grpc.Core.ClientBase.ClientBaseConfiguration^ configuration
) override 

Parameters

configuration
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.ColonyDetectionWorkflowControllerClient Class
ColonyDetectionWorkflowController.ColonyDetectionWorkflowControllerClient Members
Base Implementation in NewInstance