Initializes a new instance of the
Listener class
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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