Adds an application to the default container.
Adds an application to the default 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 Modify(
	string sApplication
)
Public Sub Modify ( _
	sApplication As String _
)
public:
void Modify(
	String^ sApplication
)

Parameters

sApplication
String
a string containing the text of an application (EventFlow or StreamSQL)a string containing the text of an application (EventFlow or StreamSQL)

Exceptions

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

See Also