Remove a container.
Remove a container.

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void RemoveContainer(
	string sContainerName
)
Public Sub RemoveContainer ( _
	sContainerName As String _
)
public:
void RemoveContainer(
	String^ sContainerName
)

Parameters

sContainerName
String
the name of the container to removethe name of the container to remove

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionthrown on typecheck and other error
StreamBase.SB..::..StreamBaseExceptionthrown on typecheck and other error

See Also