Method | Description | |
---|---|---|
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 ( |
||
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 |
Method | Description | |
---|---|---|
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 ( |
||
remove_all_webapps ( string group_names ) : void | ||
remove_webapp ( string group_names, string webapp_names ) : void |
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 | |
return | System.IAsyncResult |
public Begincreate ( string group_names, System callback, object asyncState ) : System.IAsyncResult | ||
group_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_groups ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_group ( string group_names, System callback, object asyncState ) : System.IAsyncResult | ||
group_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_webapp_list ( |
||
group_names | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginremove_all_webapps ( string group_names, System callback, object asyncState ) : System.IAsyncResult | ||
group_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
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 | |
return | System.IAsyncResult |
public Endadd_webapp ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_groups ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_group ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_list ( System asyncResult ) : iControl.ASMWebApplicationGroupDefinition[] | ||
asyncResult | System | |
return | iControl.ASMWebApplicationGroupDefinition[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_webapp_list ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endremove_all_webapps ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endremove_webapp ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |