Method | Description | |
---|---|---|
Begindelete_all_policies ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_policy ( string name, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_policy_v2 ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginexport_policy ( string filenames, string policy_names, bool overwrites, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_publish_comment ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_publish_time ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginimport_policy ( string filename, bool overwrite, System callback, object asyncState ) : System.IAsyncResult | ||
Beginimport_policy_v2 ( string filenames, string policy_names, bool overwrites, System callback, object asyncState ) : System.IAsyncResult | ||
Beginis_predefined ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
Beginpublish_policy ( string policies, string comments, System callback, object asyncState ) : System.IAsyncResult | ||
Enddelete_all_policies ( System asyncResult ) : void | ||
Enddelete_policy ( System asyncResult ) : void | ||
Enddelete_policy_v2 ( System asyncResult ) : void | ||
Endexport_policy ( System asyncResult ) : void | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_publish_comment ( System asyncResult ) : string[] | ||
Endget_publish_time ( System asyncResult ) : iControl.CommonTimeStamp[] | ||
Endget_version ( System asyncResult ) : string | ||
Endimport_policy ( System asyncResult ) : void | ||
Endimport_policy_v2 ( System asyncResult ) : void | ||
Endis_predefined ( System asyncResult ) : bool[] | ||
Endpublish_policy ( System asyncResult ) : void | ||
WebAcceleratorPolicies ( ) : System |
Method | Description | |
---|---|---|
delete_all_policies ( ) : void | ||
delete_policy ( string name ) : void | ||
delete_policy_v2 ( string policies ) : void | ||
export_policy ( string filenames, string policy_names, bool overwrites ) : void | ||
get_list ( ) : string[] | ||
get_publish_comment ( string policies ) : string[] | ||
get_publish_time ( string policies ) : iControl.CommonTimeStamp[] | ||
get_version ( ) : string | ||
import_policy ( string filename, bool overwrite ) : void | ||
import_policy_v2 ( string filenames, string policy_names, bool overwrites ) : void | ||
is_predefined ( string policies ) : bool[] | ||
publish_policy ( string policies, string comments ) : void |
public Begindelete_all_policies ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_policy ( string name, System callback, object asyncState ) : System.IAsyncResult | ||
name | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_policy_v2 ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginexport_policy ( string filenames, string policy_names, bool overwrites, System callback, object asyncState ) : System.IAsyncResult | ||
filenames | string | |
policy_names | string | |
overwrites | bool | |
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_publish_comment ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_publish_time ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginimport_policy ( string filename, bool overwrite, System callback, object asyncState ) : System.IAsyncResult | ||
filename | string | |
overwrite | bool | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginimport_policy_v2 ( string filenames, string policy_names, bool overwrites, System callback, object asyncState ) : System.IAsyncResult | ||
filenames | string | |
policy_names | string | |
overwrites | bool | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginis_predefined ( string policies, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginpublish_policy ( string policies, string comments, System callback, object asyncState ) : System.IAsyncResult | ||
policies | string | |
comments | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Enddelete_all_policies ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_policy ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_policy_v2 ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endexport_policy ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_publish_comment ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_publish_time ( System asyncResult ) : iControl.CommonTimeStamp[] | ||
asyncResult | System | |
return | iControl.CommonTimeStamp[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endimport_policy ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endimport_policy_v2 ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endis_predefined ( System asyncResult ) : bool[] | ||
asyncResult | System | |
return | bool[] |
public Endpublish_policy ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |