Singer Instruments PIXL Client
NewInstance Method (RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerClient)



Sila2.Com.Singerinstruments.Workflows.Randomcolonypickingworkflowcontroller.V1 Namespace > RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerClient 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 RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerClient
'Usage
 
Dim instance As RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerClient
Dim configuration As Grpc.Core.ClientBase.ClientBaseConfiguration
Dim value As RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerClient
 
value = instance.NewInstance(configuration)
protected override RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerClient NewInstance( 
   Grpc.Core.ClientBase.ClientBaseConfiguration configuration
)
protected:
RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerClient^ 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

RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerClient Class
RandomColonyPickingWorkflowController.RandomColonyPickingWorkflowControllerClient Members
Base Implementation in NewInstance