This function creates a stream on the virtual cluster.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public static void Create(
	string stream
)
Visual Basic
Public Shared Sub Create ( _
	stream As String _
)
Visual C++
public:
static void Create(
	String^ stream
)

Parameters

stream
Type: String
complete path of the stream in vc:// or http:// format.

See Also