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
)
Public Function Remove (
trackedObject As IDisposable
) As Boolean
Parameters
- trackedObject
- Type: SystemIDisposable
The IDisposable object to remove.
Return Value
Type:
Booleantrue if item is successfully removed; otherwise, false. This method also returns false if item was not found in the List.
See Also