HeadedQueueTF, TSDequeue Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanSee Also