HeadedQueueTF, TSDequeue Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool Dequeue(
Func<TS, TF> dequeueFunc
)
Public Function Dequeue (
dequeueFunc As Func(Of TS, TF)
) As Boolean
public:
bool Dequeue(
Func<TS, TF>^ dequeueFunc
)
member Dequeue :
dequeueFunc : Func<'TS, 'TF> -> bool
Parameters
- dequeueFunc
- Type: SystemFuncTS, TF
Return Value
Type:
Boolean
See Also