C# 클래스 iControl.ClassificationApplication

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

공개 메소드들

메소드 설명
Begincreate ( string applications, string categories, long ids, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_applications ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_application ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_category ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_id ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_category ( string applications, string categories, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string applications, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string applications, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
ClassificationApplication ( ) : System
Endcreate ( System asyncResult ) : void
Enddelete_all_applications ( System asyncResult ) : void
Enddelete_application ( System asyncResult ) : void
Endget_category ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_id ( System asyncResult ) : long[]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_category ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void

비공개 메소드들

메소드 설명
create ( string applications, string categories, long ids ) : void
delete_all_applications ( ) : void
delete_application ( string applications ) : void
get_category ( string applications ) : string[]
get_description ( string applications ) : string[]
get_enabled_state ( string applications ) : CommonEnabledState[]
get_id ( string applications ) : long[]
get_list ( ) : string[]
get_version ( ) : string
set_category ( string applications, string categories ) : void
set_description ( string applications, string descriptions ) : void
set_enabled_state ( string applications, CommonEnabledState states ) : void

메소드 상세

Begincreate() 공개 메소드

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

Begindelete_all_applications() 공개 메소드

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

Begindelete_application() 공개 메소드

public Begindelete_application ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_category() 공개 메소드

public Beginget_category ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_enabled_state() 공개 메소드

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

Beginget_id() 공개 메소드

public Beginget_id ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications 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_category() 공개 메소드

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

Beginset_description() 공개 메소드

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

Beginset_enabled_state() 공개 메소드

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

ClassificationApplication() 공개 메소드

public ClassificationApplication ( ) : System
리턴 System

Endcreate() 공개 메소드

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

Enddelete_all_applications() 공개 메소드

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

Enddelete_application() 공개 메소드

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

Endget_category() 공개 메소드

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

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

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

Endget_version() 공개 메소드

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

Endset_category() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_enabled_state() 공개 메소드

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