Click or drag to resize

DisposableObjectsRemove Method

Removes the specified object from the list

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool Remove(
	IDisposable trackedObject
)

Parameters

trackedObject
Type: SystemIDisposable
The IDisposable object to remove.

Return Value

Type: Boolean
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the List.
See Also