C# Class iControl.LocalLBRAMCacheInformation

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Beginevict_all_ramcache_entries() public méthode

public Beginevict_all_ramcache_entries ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginevict_ramcache_entry() public méthode

public Beginevict_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
callback System
asyncState object
Résultat System.IAsyncResult

Beginevict_ramcache_entry_v2() public méthode

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
Résultat System.IAsyncResult

Beginget_ramcache_entry() public méthode

public Beginget_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_ramcache_entry_exact_match() public méthode

public Beginget_ramcache_entry_exact_match ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_version() public méthode

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Endevict_all_ramcache_entries() public méthode

public Endevict_all_ramcache_entries ( System asyncResult ) : void
asyncResult System
Résultat void

Endevict_ramcache_entry() public méthode

public Endevict_ramcache_entry ( System asyncResult ) : void
asyncResult System
Résultat void

Endevict_ramcache_entry_v2() public méthode

public Endevict_ramcache_entry_v2 ( System asyncResult ) : void
asyncResult System
Résultat void

Endget_ramcache_entry() public méthode

public Endget_ramcache_entry ( System asyncResult ) : iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
asyncResult System
Résultat iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]

Endget_ramcache_entry_exact_match() public méthode

public Endget_ramcache_entry_exact_match ( System asyncResult ) : iControl.LocalLBRAMCacheInformationRAMCacheEntryExactMatch[][]
asyncResult System
Résultat iControl.LocalLBRAMCacheInformationRAMCacheEntryExactMatch[][]

Endget_version() public méthode

public Endget_version ( System asyncResult ) : string
asyncResult System
Résultat string

LocalLBRAMCacheInformation() public méthode

public LocalLBRAMCacheInformation ( ) : System
Résultat System