GevServerStart Method

CVB.Net Documentation
Starts this server and binds it to the given address.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public void Start(
	IPAddress address
)

Parameters

address
Type: System.NetIPAddress
IP address version 4 to bind to.
Remarks

All communication channels are bound and the GenApi XML description is generated.

On success the state changes to Disconnected.

See Also

Reference