C# 클래스 iControl.LocalLBRAMCacheInformation

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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