EntityCollectorRemoveRange Method

Removes the given entities from the collector

Namespace:  TSD.API.Remoting.Common
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public bool RemoveRange(
	IEnumerable<IEntity> entities
)

Parameters

entities
Type: System.Collections.GenericIEnumerableIEntity
The IEnumerableT

Return Value

Type: Boolean
True if any entity has been removed

Return Value

Type: Boolean
True if any of the given entities has been found in the collector and has been successfully removed
See Also