Initializes a new instance of the
Listener class
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Listener(
List<string> prefixes
)
Public Sub New (
prefixes As List(Of String)
)
public:
Listener(
List<String^>^ prefixes
)
new :
prefixes : List<string> -> Listener
Parameters
- prefixes
- Type: System.Collections.GenericListString
See Also