EntityCollectorRemove Method

Removes the given entity 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 Remove(
	IEntity entity
)

Parameters

entity
Type: TSD.API.Remoting.CommonIEntity
The IEntity

Return Value

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