C# 클래스 iControl.ManagementFolder

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

공개 메소드들

메소드 설명
Begincreate ( string folders, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_folders ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_folder ( string folders, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string folders, System callback, object asyncState ) : System.IAsyncResult
Beginget_device_group ( string folders, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_no_reference_check_state ( string folders, System callback, object asyncState ) : System.IAsyncResult
Beginget_traffic_group ( string folders, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_device_group_inherited ( string folders, System callback, object asyncState ) : System.IAsyncResult
Beginis_traffic_group_inherited ( string folders, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string folders, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_device_group ( string folders, string groups, System callback, object asyncState ) : System.IAsyncResult
Beginset_no_reference_check_state ( string folders, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_traffic_group ( string folders, string groups, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_folders ( System asyncResult ) : void
Enddelete_folder ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_device_group ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_no_reference_check_state ( System asyncResult ) : CommonEnabledState[]
Endget_traffic_group ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endis_device_group_inherited ( System asyncResult ) : bool[]
Endis_traffic_group_inherited ( System asyncResult ) : bool[]
Endset_description ( System asyncResult ) : void
Endset_device_group ( System asyncResult ) : void
Endset_no_reference_check_state ( System asyncResult ) : void
Endset_traffic_group ( System asyncResult ) : void
ManagementFolder ( ) : System

비공개 메소드들

메소드 설명
create ( string folders ) : void
delete_all_folders ( ) : void
delete_folder ( string folders ) : void
get_description ( string folders ) : string[]
get_device_group ( string folders ) : string[]
get_list ( ) : string[]
get_no_reference_check_state ( string folders ) : CommonEnabledState[]
get_traffic_group ( string folders ) : string[]
get_version ( ) : string
is_device_group_inherited ( string folders ) : bool[]
is_traffic_group_inherited ( string folders ) : bool[]
set_description ( string folders, string descriptions ) : void
set_device_group ( string folders, string groups ) : void
set_no_reference_check_state ( string folders, CommonEnabledState states ) : void
set_traffic_group ( string folders, string groups ) : void

메소드 상세

Begincreate() 공개 메소드

public Begincreate ( string folders, System callback, object asyncState ) : System.IAsyncResult
folders string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_folders() 공개 메소드

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

Begindelete_folder() 공개 메소드

public Begindelete_folder ( string folders, System callback, object asyncState ) : System.IAsyncResult
folders string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_device_group() 공개 메소드

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

public Beginget_no_reference_check_state ( string folders, System callback, object asyncState ) : System.IAsyncResult
folders string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_traffic_group() 공개 메소드

public Beginget_traffic_group ( string folders, System callback, object asyncState ) : System.IAsyncResult
folders string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginis_device_group_inherited() 공개 메소드

public Beginis_device_group_inherited ( string folders, System callback, object asyncState ) : System.IAsyncResult
folders string
callback System
asyncState object
리턴 System.IAsyncResult

Beginis_traffic_group_inherited() 공개 메소드

public Beginis_traffic_group_inherited ( string folders, System callback, object asyncState ) : System.IAsyncResult
folders string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_device_group() 공개 메소드

public Beginset_device_group ( string folders, string groups, System callback, object asyncState ) : System.IAsyncResult
folders string
groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_no_reference_check_state() 공개 메소드

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

Beginset_traffic_group() 공개 메소드

public Beginset_traffic_group ( string folders, string groups, System callback, object asyncState ) : System.IAsyncResult
folders string
groups string
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Enddelete_all_folders() 공개 메소드

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

Enddelete_folder() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_device_group() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_no_reference_check_state() 공개 메소드

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

Endget_traffic_group() 공개 메소드

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

Endget_version() 공개 메소드

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

Endis_device_group_inherited() 공개 메소드

public Endis_device_group_inherited ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endis_traffic_group_inherited() 공개 메소드

public Endis_traffic_group_inherited ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endset_description() 공개 메소드

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

Endset_device_group() 공개 메소드

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

Endset_no_reference_check_state() 공개 메소드

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

Endset_traffic_group() 공개 메소드

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

ManagementFolder() 공개 메소드

public ManagementFolder ( ) : System
리턴 System