C# 클래스 iControl.NetworkingiSessionDatastor

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

공개 메소드들

메소드 설명
Beginget_description ( System callback, object asyncState ) : System.IAsyncResult
Beginget_disk_cache_size ( System callback, object asyncState ) : System.IAsyncResult
Beginget_disk_state ( System callback, object asyncState ) : System.IAsyncResult
Beginget_memory_cache_size ( System callback, object asyncState ) : System.IAsyncResult
Beginget_pruning_high_water_mark ( System callback, object asyncState ) : System.IAsyncResult
Beginget_pruning_low_water_mark ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string description, System callback, object asyncState ) : System.IAsyncResult
Beginset_disk_state ( CommonEnabledState state, System callback, object asyncState ) : System.IAsyncResult
Beginset_pruning_high_water_mark ( long value, System callback, object asyncState ) : System.IAsyncResult
Beginset_pruning_low_water_mark ( long value, System callback, object asyncState ) : System.IAsyncResult
Endget_description ( System asyncResult ) : string
Endget_disk_cache_size ( System asyncResult ) : long
Endget_disk_state ( System asyncResult ) : CommonEnabledState
Endget_memory_cache_size ( System asyncResult ) : long
Endget_pruning_high_water_mark ( System asyncResult ) : long
Endget_pruning_low_water_mark ( System asyncResult ) : long
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_disk_state ( System asyncResult ) : void
Endset_pruning_high_water_mark ( System asyncResult ) : void
Endset_pruning_low_water_mark ( System asyncResult ) : void
NetworkingiSessionDatastor ( ) : System

비공개 메소드들

메소드 설명
get_description ( ) : string
get_disk_cache_size ( ) : long
get_disk_state ( ) : CommonEnabledState
get_memory_cache_size ( ) : long
get_pruning_high_water_mark ( ) : long
get_pruning_low_water_mark ( ) : long
get_version ( ) : string
set_description ( string description ) : void
set_disk_state ( CommonEnabledState state ) : void
set_pruning_high_water_mark ( long value ) : void
set_pruning_low_water_mark ( long value ) : void

메소드 상세

Beginget_description() 공개 메소드

public Beginget_description ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_disk_cache_size() 공개 메소드

public Beginget_disk_cache_size ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_disk_state() 공개 메소드

public Beginget_disk_state ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_memory_cache_size() 공개 메소드

public Beginget_memory_cache_size ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_pruning_high_water_mark() 공개 메소드

public Beginget_pruning_high_water_mark ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_pruning_low_water_mark() 공개 메소드

public Beginget_pruning_low_water_mark ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginset_description() 공개 메소드

public Beginset_description ( string description, System callback, object asyncState ) : System.IAsyncResult
description string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_disk_state() 공개 메소드

public Beginset_disk_state ( CommonEnabledState state, System callback, object asyncState ) : System.IAsyncResult
state CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_pruning_high_water_mark() 공개 메소드

public Beginset_pruning_high_water_mark ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_pruning_low_water_mark() 공개 메소드

public Beginset_pruning_low_water_mark ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
리턴 System.IAsyncResult

Endget_description() 공개 메소드

public Endget_description ( System asyncResult ) : string
asyncResult System
리턴 string

Endget_disk_cache_size() 공개 메소드

public Endget_disk_cache_size ( System asyncResult ) : long
asyncResult System
리턴 long

Endget_disk_state() 공개 메소드

public Endget_disk_state ( System asyncResult ) : CommonEnabledState
asyncResult System
리턴 CommonEnabledState

Endget_memory_cache_size() 공개 메소드

public Endget_memory_cache_size ( System asyncResult ) : long
asyncResult System
리턴 long

Endget_pruning_high_water_mark() 공개 메소드

public Endget_pruning_high_water_mark ( System asyncResult ) : long
asyncResult System
리턴 long

Endget_pruning_low_water_mark() 공개 메소드

public Endget_pruning_low_water_mark ( System asyncResult ) : long
asyncResult System
리턴 long

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string

Endset_description() 공개 메소드

public Endset_description ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_disk_state() 공개 메소드

public Endset_disk_state ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_pruning_high_water_mark() 공개 메소드

public Endset_pruning_high_water_mark ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_pruning_low_water_mark() 공개 메소드

public Endset_pruning_low_water_mark ( System asyncResult ) : void
asyncResult System
리턴 void

NetworkingiSessionDatastor() 공개 메소드

public NetworkingiSessionDatastor ( ) : System
리턴 System