Shutdown a container within a StreamBase server.
Shutdown a container within a StreamBase server.

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 string Shutdown(
	string sName
)
Public Function Shutdown ( _
	sName As String _
) As String
public:
String^ Shutdown(
	String^ sName
)

Parameters

sName
String
the name of the containerthe name of the container

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionnetwork or other error
StreamBase.SB..::..StreamBaseExceptionnetwork or other error

See Also