[This is preliminary documentation and is subject to change.]
The Calls type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | Calls | Initializes a new instance of the Calls class |
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | PurgeTimedOutSlots |
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)
|
![]() | Put |
Tries to pur CallSlot instance in the internal list if instance with same ID is not already in the list
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | TryGetAndRemove |
Tries to get, return and remove CallSlot instance by its RequestID from the list.
Returns null if CallSlot with such an id does not exist and nothing was removed
|
Extension Methods
See Also