Calls TryGetAndRemove Method NFX Class Library

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

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

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

public CallSlot TryGetAndRemove(
	FID requestID
)

Return Value

Type: CallSlot
See Also