CreateHost Method

Soulstone

Soulstone
Create a host with the given name.

Namespace:  Soulstone.Data
Assembly:  Soulstone.Data (in Soulstone.Data.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract void CreateHost(
	string hostName
)
Visual Basic (Declaration)
Public MustOverride Sub CreateHost ( _
	hostName As String _
)
Visual C++
public:
virtual void CreateHost(
	String^ hostName
) abstract

Parameters

hostName
Type: System..::.String
The name of the host.

See Also