C# 클래스 iControl.ManagementFeatureModule

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

공개 메소드들

메소드 설명
Beginget_description ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( CommonTMOSModule modules, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( CommonTMOSModule modules, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endget_description ( System asyncResult ) : string[]
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : CommonTMOSModule[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void
ManagementFeatureModule ( ) : System

비공개 메소드들

메소드 설명
get_description ( CommonTMOSModule modules ) : string[]
get_enabled_state ( CommonTMOSModule modules ) : CommonEnabledState[]
get_list ( ) : CommonTMOSModule[]
get_version ( ) : string
set_description ( CommonTMOSModule modules, string descriptions ) : void
set_enabled_state ( CommonTMOSModule modules, CommonEnabledState states ) : void

메소드 상세

Beginget_description() 공개 메소드

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

Beginget_enabled_state() 공개 메소드

public Beginget_enabled_state ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult
modules CommonTMOSModule
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

public Beginget_list ( 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 ( CommonTMOSModule modules, string descriptions, System callback, object asyncState ) : System.IAsyncResult
modules CommonTMOSModule
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_enabled_state() 공개 메소드

public Beginset_enabled_state ( CommonTMOSModule modules, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
modules CommonTMOSModule
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Endget_description() 공개 메소드

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

Endget_enabled_state() 공개 메소드

public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_list() 공개 메소드

public Endget_list ( System asyncResult ) : CommonTMOSModule[]
asyncResult System
리턴 CommonTMOSModule[]

Endget_version() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_enabled_state() 공개 메소드

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

ManagementFeatureModule() 공개 메소드

public ManagementFeatureModule ( ) : System
리턴 System