Resumes a container within a StreamBase Server.
Resumes 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 void Resume(
	string sContainer
)
Public Sub Resume ( _
	sContainer As String _
)
public:
void Resume(
	String^ sContainer
)

Parameters

sContainer
String

Exceptions

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

See Also