VncSharp

VncClient.StartUpdates Method 

Begin getting updates from the VNC Server. This will continue until StopUpdates() is called. NOTE: this must be called after Connect() and Authenticate() (if authentication is necessary).

[Visual Basic]
Public Sub StartUpdates()
[C#]
public void StartUpdates();

See Also

VncClient Class | VncSharp Namespace