'Declaration
Public Function New( _ ByVal differentiator As String, _ ByVal isolated As Boolean _ )
'Usage
Dim differentiator As String Dim isolated As Boolean Dim instance As New EasyDAClientSelector(differentiator, isolated)
public EasyDAClientSelector( string differentiator, bool isolated )
public: EasyDAClientSelector( String^ differentiator, bool isolated )
Parameters
- differentiator
- An arbitrary string that differentiates the selected client from others with the same parameters.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - isolated
- Determines whether the client component selected should operate isolated from other client components.