Creates a new Listener obejct from a given listener name and a given listener parameter string.
[Visual Basic]Public Function CreateListener( _
ByVal type As String, _
ByVal cpars As String _
) As Org.Mentalis.Proxy.Listener
[C#]
public Listener CreateListener(
string type,
string cpars
);
Parameters
- type
- cpars