C# 클래스 iControl.ManagementZone

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

공개 메소드들

메소드 설명
Beginadd_zone_file ( ManagementZoneInfo zone_records, string src_file_names, bool sync_ptrs, System callback, object asyncState ) : System.IAsyncResult
Beginadd_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
Beginadd_zone_text ( ManagementZoneInfo zone_records, string text, bool sync_ptrs, System callback, object asyncState ) : System.IAsyncResult
Begindelete_zone ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
Begindelete_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_zone ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
Beginget_zone_name ( string view_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_zone_v2 ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
Beginset_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
Begintransfer_zone ( string server_names, string src_zone_names, string dst_view_names, ManagementZoneInfo zone_records, System callback, object asyncState ) : System.IAsyncResult
Beginzone_exist ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
Endadd_zone_file ( System asyncResult ) : void
Endadd_zone_option ( System asyncResult ) : void
Endadd_zone_text ( System asyncResult ) : void
Enddelete_zone ( System asyncResult ) : void
Enddelete_zone_option ( System asyncResult ) : void
Endget_version ( System asyncResult ) : string
Endget_zone ( System asyncResult ) : iControl.ManagementZoneInfo[]
Endget_zone_name ( System asyncResult ) : iControl.ManagementViewZone[]
Endget_zone_v2 ( System asyncResult ) : iControl.ManagementZoneInfo[]
Endset_zone_option ( System asyncResult ) : void
Endtransfer_zone ( System asyncResult ) : void
Endzone_exist ( System asyncResult ) : bool[]
ManagementZone ( ) : System

비공개 메소드들

메소드 설명
add_zone_file ( ManagementZoneInfo zone_records, string src_file_names, bool sync_ptrs ) : void
add_zone_option ( ManagementZoneInfo zones ) : void
add_zone_text ( ManagementZoneInfo zone_records, string text, bool sync_ptrs ) : void
delete_zone ( ManagementViewZone view_zones ) : void
delete_zone_option ( ManagementZoneInfo zones ) : void
get_version ( ) : string
get_zone ( ManagementViewZone view_zones ) : iControl.ManagementZoneInfo[]
get_zone_name ( string view_names ) : iControl.ManagementViewZone[]
get_zone_v2 ( ManagementViewZone view_zones ) : iControl.ManagementZoneInfo[]
set_zone_option ( ManagementZoneInfo zones ) : void
transfer_zone ( string server_names, string src_zone_names, string dst_view_names, ManagementZoneInfo zone_records ) : void
zone_exist ( ManagementViewZone view_zones ) : bool[]

메소드 상세

Beginadd_zone_file() 공개 메소드

public Beginadd_zone_file ( ManagementZoneInfo zone_records, string src_file_names, bool sync_ptrs, System callback, object asyncState ) : System.IAsyncResult
zone_records ManagementZoneInfo
src_file_names string
sync_ptrs bool
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_zone_option() 공개 메소드

public Beginadd_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
zones ManagementZoneInfo
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_zone_text() 공개 메소드

public Beginadd_zone_text ( ManagementZoneInfo zone_records, string text, bool sync_ptrs, System callback, object asyncState ) : System.IAsyncResult
zone_records ManagementZoneInfo
text string
sync_ptrs bool
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_zone() 공개 메소드

public Begindelete_zone ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_zone_option() 공개 메소드

public Begindelete_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
zones ManagementZoneInfo
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginget_zone() 공개 메소드

public Beginget_zone ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_zone_name() 공개 메소드

public Beginget_zone_name ( string view_names, System callback, object asyncState ) : System.IAsyncResult
view_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_zone_v2() 공개 메소드

public Beginget_zone_v2 ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_zone_option() 공개 메소드

public Beginset_zone_option ( ManagementZoneInfo zones, System callback, object asyncState ) : System.IAsyncResult
zones ManagementZoneInfo
callback System
asyncState object
리턴 System.IAsyncResult

Begintransfer_zone() 공개 메소드

public Begintransfer_zone ( string server_names, string src_zone_names, string dst_view_names, ManagementZoneInfo zone_records, System callback, object asyncState ) : System.IAsyncResult
server_names string
src_zone_names string
dst_view_names string
zone_records ManagementZoneInfo
callback System
asyncState object
리턴 System.IAsyncResult

Beginzone_exist() 공개 메소드

public Beginzone_exist ( ManagementViewZone view_zones, System callback, object asyncState ) : System.IAsyncResult
view_zones ManagementViewZone
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_zone_file() 공개 메소드

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

Endadd_zone_option() 공개 메소드

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

Endadd_zone_text() 공개 메소드

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

Enddelete_zone() 공개 메소드

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

Enddelete_zone_option() 공개 메소드

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

Endget_version() 공개 메소드

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

Endget_zone() 공개 메소드

public Endget_zone ( System asyncResult ) : iControl.ManagementZoneInfo[]
asyncResult System
리턴 iControl.ManagementZoneInfo[]

Endget_zone_name() 공개 메소드

public Endget_zone_name ( System asyncResult ) : iControl.ManagementViewZone[]
asyncResult System
리턴 iControl.ManagementViewZone[]

Endget_zone_v2() 공개 메소드

public Endget_zone_v2 ( System asyncResult ) : iControl.ManagementZoneInfo[]
asyncResult System
리턴 iControl.ManagementZoneInfo[]

Endset_zone_option() 공개 메소드

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

Endtransfer_zone() 공개 메소드

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

Endzone_exist() 공개 메소드

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

ManagementZone() 공개 메소드

public ManagementZone ( ) : System
리턴 System