C# 클래스 iControl.ASMWebApplicationGroup

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

공개 메소드들

메소드 설명
ASMWebApplicationGroup ( ) : System
Beginadd_webapp ( string group_names, string webapp_names, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string group_names, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_groups ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_group ( string group_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_webapp_list ( ASMWebApplicationGroupDefinition group_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_webapps ( string group_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_webapp ( string group_names, string webapp_names, System callback, object asyncState ) : System.IAsyncResult
Endadd_webapp ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_groups ( System asyncResult ) : void
Enddelete_group ( System asyncResult ) : void
Endget_list ( System asyncResult ) : iControl.ASMWebApplicationGroupDefinition[]
Endget_version ( System asyncResult ) : string
Endget_webapp_list ( System asyncResult ) : string[][]
Endremove_all_webapps ( System asyncResult ) : void
Endremove_webapp ( System asyncResult ) : void

비공개 메소드들

메소드 설명
add_webapp ( string group_names, string webapp_names ) : void
create ( string group_names ) : void
delete_all_groups ( ) : void
delete_group ( string group_names ) : void
get_list ( ) : iControl.ASMWebApplicationGroupDefinition[]
get_version ( ) : string
get_webapp_list ( ASMWebApplicationGroupDefinition group_names ) : string[][]
remove_all_webapps ( string group_names ) : void
remove_webapp ( string group_names, string webapp_names ) : void

메소드 상세

ASMWebApplicationGroup() 공개 메소드

public ASMWebApplicationGroup ( ) : System
리턴 System

Beginadd_webapp() 공개 메소드

public Beginadd_webapp ( string group_names, string webapp_names, System callback, object asyncState ) : System.IAsyncResult
group_names string
webapp_names string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

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

Begindelete_all_groups() 공개 메소드

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

Begindelete_group() 공개 메소드

public Begindelete_group ( string group_names, System callback, object asyncState ) : System.IAsyncResult
group_names 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

Beginget_webapp_list() 공개 메소드

public Beginget_webapp_list ( ASMWebApplicationGroupDefinition group_names, System callback, object asyncState ) : System.IAsyncResult
group_names ASMWebApplicationGroupDefinition
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_webapps() 공개 메소드

public Beginremove_all_webapps ( string group_names, System callback, object asyncState ) : System.IAsyncResult
group_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_webapp() 공개 메소드

public Beginremove_webapp ( string group_names, string webapp_names, System callback, object asyncState ) : System.IAsyncResult
group_names string
webapp_names string
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_webapp() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_groups() 공개 메소드

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

Enddelete_group() 공개 메소드

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

Endget_list() 공개 메소드

public Endget_list ( System asyncResult ) : iControl.ASMWebApplicationGroupDefinition[]
asyncResult System
리턴 iControl.ASMWebApplicationGroupDefinition[]

Endget_version() 공개 메소드

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

Endget_webapp_list() 공개 메소드

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

Endremove_all_webapps() 공개 메소드

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

Endremove_webapp() 공개 메소드

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