public class SingleFlight<TKey, TValue>
Public Class SingleFlight(Of TKey, TValue)generic<typename TKey, typename TValue>
public ref class SingleFlighttype SingleFlight<'TKey, 'TValue> = class end| SingleFlightTKey, TValue | Инициализирует новый экземпляр класса SingleFlightTKey, TValue |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| RunAsync | Запускает асинхронную операцию для указанного ключа. Если операция для ключа уже выполняется, то возвращается её Task, иначе - текущий вызов становится "владельцем" и инициирует выполнение action. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |