C# Класс iControl.LocalLBRAMCacheInformation

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

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

Метод Описание
Beginevict_all_ramcache_entries ( System callback, object asyncState ) : System.IAsyncResult
Beginevict_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
Beginevict_ramcache_entry_v2 ( LocalLBRAMCacheInformationRAMCacheKey keys, bool exact_match, System callback, object asyncState ) : System.IAsyncResult
Beginget_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
Beginget_ramcache_entry_exact_match ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Endevict_all_ramcache_entries ( System asyncResult ) : void
Endevict_ramcache_entry ( System asyncResult ) : void
Endevict_ramcache_entry_v2 ( System asyncResult ) : void
Endget_ramcache_entry ( System asyncResult ) : iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
Endget_ramcache_entry_exact_match ( System asyncResult ) : iControl.LocalLBRAMCacheInformationRAMCacheEntryExactMatch[][]
Endget_version ( System asyncResult ) : string
LocalLBRAMCacheInformation ( ) : System

Приватные методы

Метод Описание
evict_all_ramcache_entries ( ) : void
evict_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys ) : void
evict_ramcache_entry_v2 ( LocalLBRAMCacheInformationRAMCacheKey keys, bool exact_match ) : void
get_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys ) : iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
get_ramcache_entry_exact_match ( LocalLBRAMCacheInformationRAMCacheKey keys ) : iControl.LocalLBRAMCacheInformationRAMCacheEntryExactMatch[][]
get_version ( ) : string

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

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

public Beginevict_all_ramcache_entries ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginevict_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginevict_ramcache_entry_v2 ( LocalLBRAMCacheInformationRAMCacheKey keys, bool exact_match, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
exact_match bool
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginget_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginget_ramcache_entry_exact_match ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
callback System
asyncState object
Результат System.IAsyncResult

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

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

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

public Endevict_all_ramcache_entries ( System asyncResult ) : void
asyncResult System
Результат void

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

public Endevict_ramcache_entry ( System asyncResult ) : void
asyncResult System
Результат void

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

public Endevict_ramcache_entry_v2 ( System asyncResult ) : void
asyncResult System
Результат void

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

public Endget_ramcache_entry ( System asyncResult ) : iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
asyncResult System
Результат iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]

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

public Endget_ramcache_entry_exact_match ( System asyncResult ) : iControl.LocalLBRAMCacheInformationRAMCacheEntryExactMatch[][]
asyncResult System
Результат iControl.LocalLBRAMCacheInformationRAMCacheEntryExactMatch[][]

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

public Endget_version ( System asyncResult ) : string
asyncResult System
Результат string

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

public LocalLBRAMCacheInformation ( ) : System
Результат System