DataSource.NET
RemoveElementsWithPrefix Method (prefix)
NamespacesCaplin.DataSource.Messaging.ContainerIContainerModelRemoveElementsWithPrefix(String)
Called to indicate that you should remove all elements from the container that have a subject that matches the specified prefix.
Declaration Syntax
C#Visual BasicVisual C++
void RemoveElementsWithPrefix(
	string prefix
)
Sub RemoveElementsWithPrefix ( _
	prefix As String _
)
void RemoveElementsWithPrefix(
	String^ prefix
)
Parameters
prefix (String)
The prefix to match subjects for which elements are to be removed from the container.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)