C# Класс Boo.Lang.Runtime.DispatcherCache

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clear ( ) : void

Removes all Dispatchers from the cache.

Get ( DispatcherKey key, DispatcherFactory factory ) : Dispatcher

Gets a dispatcher from the cache if available otherwise invokes factory to produce one and then cache it.

Описание методов

Clear() публичный Метод

Removes all Dispatchers from the cache.
public Clear ( ) : void
Результат void

Get() публичный Метод

Gets a dispatcher from the cache if available otherwise invokes factory to produce one and then cache it.
public Get ( DispatcherKey key, DispatcherFactory factory ) : Dispatcher
key DispatcherKey the dispatcher key
factory DispatcherFactory function to produce a dispatcher in case one it's not yet available
Результат Dispatcher