Remove a container.
Remove a container.
Namespace: StreamBase.SB.ClientAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 11.1.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
Exception | Condition |
---|---|
StreamBase.SB..::..StreamBaseException | thrown on typecheck and other error |
StreamBase.SB..::..StreamBaseException | thrown on typecheck and other error |