C# 클래스 iControl.ClassificationCategory

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

공개 메소드들

메소드 설명
Begincreate ( string categories, long ids, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_categories ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_category ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_id ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_irule_event_state ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string categories, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string categories, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_irule_event_state ( string categories, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
ClassificationCategory ( ) : System
Endcreate ( System asyncResult ) : void
Enddelete_all_categories ( System asyncResult ) : void
Enddelete_category ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_id ( System asyncResult ) : long[]
Endget_irule_event_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void
Endset_irule_event_state ( System asyncResult ) : void

비공개 메소드들

메소드 설명
create ( string categories, long ids ) : void
delete_all_categories ( ) : void
delete_category ( string categories ) : void
get_description ( string categories ) : string[]
get_enabled_state ( string categories ) : CommonEnabledState[]
get_id ( string categories ) : long[]
get_irule_event_state ( string categories ) : CommonEnabledState[]
get_list ( ) : string[]
get_version ( ) : string
set_description ( string categories, string descriptions ) : void
set_enabled_state ( string categories, CommonEnabledState states ) : void
set_irule_event_state ( string categories, CommonEnabledState states ) : void

메소드 상세

Begincreate() 공개 메소드

public Begincreate ( string categories, long ids, System callback, object asyncState ) : System.IAsyncResult
categories string
ids long
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_categories() 공개 메소드

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

Begindelete_category() 공개 메소드

public Begindelete_category ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_enabled_state() 공개 메소드

public Beginget_enabled_state ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_id() 공개 메소드

public Beginget_id ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_irule_event_state() 공개 메소드

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

Beginset_enabled_state() 공개 메소드

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

Beginset_irule_event_state() 공개 메소드

public Beginset_irule_event_state ( string categories, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
categories string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

ClassificationCategory() 공개 메소드

public ClassificationCategory ( ) : System
리턴 System

Endcreate() 공개 메소드

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

Enddelete_all_categories() 공개 메소드

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

Enddelete_category() 공개 메소드

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

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_id() 공개 메소드

public Endget_id ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endget_irule_event_state() 공개 메소드

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

Endget_list() 공개 메소드

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

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

Endset_irule_event_state() 공개 메소드

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