Calls PurgeTimedOutSlots Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Deletes CallSlot entries that have already timed-out. Returns count of slots that got removed. This method is thread-safe but may take some time as it has to visit all buckets. Should be called by Glue manager not frequently (i.e. every few minutes)

Namespace: NFX.Glue.Implementation
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public int PurgeTimedOutSlots()

Return Value

Type: OnlineInt32
See Also