Method | Description | |
---|---|---|
Begincreate ( string applications, string categories, long ids, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_applications ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_application ( string applications, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_category ( string applications, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string applications, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_enabled_state ( string applications, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_id ( string applications, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_category ( string applications, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string applications, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( string applications, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
ClassificationApplication ( ) : System | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_applications ( System asyncResult ) : void | ||
Enddelete_application ( System asyncResult ) : void | ||
Endget_category ( System asyncResult ) : string[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_id ( System asyncResult ) : long[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_category ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_enabled_state ( System asyncResult ) : void |
Method | Description | |
---|---|---|
create ( string applications, string categories, long ids ) : void | ||
delete_all_applications ( ) : void | ||
delete_application ( string applications ) : void | ||
get_category ( string applications ) : string[] | ||
get_description ( string applications ) : string[] | ||
get_enabled_state ( string applications ) : CommonEnabledState[] | ||
get_id ( string applications ) : long[] | ||
get_list ( ) : string[] | ||
get_version ( ) : string | ||
set_category ( string applications, string categories ) : void | ||
set_description ( string applications, string descriptions ) : void | ||
set_enabled_state ( string applications, CommonEnabledState states ) : void |
public Begincreate ( string applications, string categories, long ids, System callback, object asyncState ) : System.IAsyncResult | ||
applications | string | |
categories | string | |
ids | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_applications ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_application ( string applications, System callback, object asyncState ) : System.IAsyncResult | ||
applications | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_category ( string applications, System callback, object asyncState ) : System.IAsyncResult | ||
applications | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string applications, System callback, object asyncState ) : System.IAsyncResult | ||
applications | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_enabled_state ( string applications, System callback, object asyncState ) : System.IAsyncResult | ||
applications | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_id ( string applications, System callback, object asyncState ) : System.IAsyncResult | ||
applications | 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 Beginset_category ( string applications, string categories, System callback, object asyncState ) : System.IAsyncResult | ||
applications | string | |
categories | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string applications, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
applications | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_enabled_state ( string applications, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
applications | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public ClassificationApplication ( ) : System | ||
return | System |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_applications ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_application ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_category ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_id ( System asyncResult ) : long[] | ||
asyncResult | System | |
return | long[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_category ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |