|
ProcessQueueTTryTake(T) Method
|
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntaxpublic bool TryTake(
out T item
)
member TryTake :
item : 'T byref -> bool
View SourceParameters
- item T
- When this method returns, if the object was removed and returned successfully, item contains the removed object. If no object was available to be removed, the value is unspecified.
Return Value
Booleantrue if an object was removed and returned successfully; otherwise,
false.
See Also