This function deletes the given stream.

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

Syntax

C#
public virtual void Delete(
	string stream
)
Visual Basic
Public Overridable Sub Delete ( _
	stream As String _
)
Visual C++
public:
virtual void Delete(
	String^ stream
)

Parameters

stream
Type: String
The name of the stream that needs to be deleted.

See Also