NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TCPListener.Start

Starts listening to network requests.

[Visual Basic]
Public Function Start() As Integer
[C#]
public int Start();
[C++]
public: int Start();
[JScript]
public function Start() : int;

Return Value

0 of no error occurs; otherwise, a non-zero error code.

See Also

TCPListener Class | TCPListener Members | System.Net.Sockets Namespace | Listen