Click or drag to resize

ISynchronizableListRemove Method

Remove an item in the list

Namespace:  EBP.Framework.Common.Interfaces.Synchronization
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
bool Remove(
	ISynchronizable item
)

Parameters

item
Type: EBP.Framework.Common.Interfaces.SynchronizationISynchronizable
Item to remove

Return Value

Type: Boolean
True if the item was removed otherwise false
See Also