Modify the given container.
Modify the given 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 string[] ModifyContainer(
	string containerName,
	List<string> args
)
Public Function ModifyContainer ( _
	containerName As String, _
	args As List(Of String) _
) As String()
public:
array<String^>^ ModifyContainer(
	String^ containerName, 
	List<String^>^ args
)

Parameters

containerName
String
args
List<(Of <(<'String>)>)>
list of String arguments to modify the commandlist of String arguments to modify the command

Return Value

List of status

Return Value

List of status

Exceptions

See Also