'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 EasyUASubscriberSelector(differentiator, isolated)
public EasyUASubscriberSelector( string differentiator, bool isolated )
public: EasyUASubscriberSelector( String^ differentiator, bool isolated )
Parameters
- differentiator
- An arbitrary string that differentiates the selected Subscriber from others with the same parameters.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - isolated
- Determines whether the Subscriber component selected should operate isolated from other Subscriber components.