Microsoft FactoryOrchestrator Core LockingList T Remove(T)
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core.LockingList<T>
LockingList<T>.Remove(T) Method
Removes the first occurrence of a specific object from the System.Collections.ICollection.
public bool Remove(T item);
Parameters
item
T
The object to remove from the System.Collections.ICollection.
Returns
System.Boolean
true if item was successfully removed from the System.Collections.ICollection; otherwise, false. This method also returns false if item is not found in the original System.Collections.ICollection.