C# Class iControl.LocalLBRAMCacheInformation

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method 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

Method 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 method

public Beginevict_all_ramcache_entries ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginevict_ramcache_entry() public method

public Beginevict_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
callback System
asyncState object
return System.IAsyncResult

Beginevict_ramcache_entry_v2() public method

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
return System.IAsyncResult

Beginget_ramcache_entry() public method

public Beginget_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
callback System
asyncState object
return System.IAsyncResult

Beginget_ramcache_entry_exact_match() public method

public Beginget_ramcache_entry_exact_match ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Endevict_all_ramcache_entries() public method

public Endevict_all_ramcache_entries ( System asyncResult ) : void
asyncResult System
return void

Endevict_ramcache_entry() public method

public Endevict_ramcache_entry ( System asyncResult ) : void
asyncResult System
return void

Endevict_ramcache_entry_v2() public method

public Endevict_ramcache_entry_v2 ( System asyncResult ) : void
asyncResult System
return void

Endget_ramcache_entry() public method

public Endget_ramcache_entry ( System asyncResult ) : iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
asyncResult System
return iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]

Endget_ramcache_entry_exact_match() public method

public Endget_ramcache_entry_exact_match ( System asyncResult ) : iControl.LocalLBRAMCacheInformationRAMCacheEntryExactMatch[][]
asyncResult System
return iControl.LocalLBRAMCacheInformationRAMCacheEntryExactMatch[][]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

LocalLBRAMCacheInformation() public method

public LocalLBRAMCacheInformation ( ) : System
return System