Méthode | Description | |
---|---|---|
Beginadd_checksum ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
Beginadd_signature ( string scripts, string signing_keys, string public_certs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginclear_verification ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_application_presentation_scripts ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_application_presentation_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_ignore_verification_state ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_verification_status ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string scripts, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_ignore_verification_state ( string scripts, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_script ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult | ||
Endadd_checksum ( System asyncResult ) : void | ||
Endadd_signature ( System asyncResult ) : void | ||
Endclear_verification ( System asyncResult ) : void | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_application_presentation_scripts ( System asyncResult ) : void | ||
Enddelete_application_presentation_script ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_ignore_verification_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_script ( System asyncResult ) : string[] | ||
Endget_verification_status ( System asyncResult ) : CommonVerificationStatus[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_description ( System asyncResult ) : void | ||
Endset_ignore_verification_state ( System asyncResult ) : void | ||
Endset_script ( System asyncResult ) : void | ||
ManagementApplicationPresentationScript ( ) : System |
Méthode | Description | |
---|---|---|
add_checksum ( string scripts ) : void | ||
add_signature ( string scripts, string signing_keys, string public_certs ) : void | ||
clear_verification ( string scripts ) : void | ||
create ( string scripts, string definitions ) : void | ||
delete_all_application_presentation_scripts ( ) : void | ||
delete_application_presentation_script ( string scripts ) : void | ||
get_description ( string scripts ) : string[] | ||
get_ignore_verification_state ( string scripts ) : CommonEnabledState[] | ||
get_list ( ) : string[] | ||
get_script ( string scripts ) : string[] | ||
get_verification_status ( string scripts ) : CommonVerificationStatus[] | ||
get_version ( ) : string | ||
set_description ( string scripts, string descriptions ) : void | ||
set_ignore_verification_state ( string scripts, CommonEnabledState states ) : void | ||
set_script ( string scripts, string definitions ) : void |
public Beginadd_checksum ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginadd_signature ( string scripts, string signing_keys, string public_certs, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
signing_keys | string | |
public_certs | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginclear_verification ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Begincreate ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
definitions | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Begindelete_all_application_presentation_scripts ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Begindelete_application_presentation_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_description ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_ignore_verification_state ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_script ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_verification_status ( string scripts, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginset_description ( string scripts, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginset_ignore_verification_state ( string scripts, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Beginset_script ( string scripts, string definitions, System callback, object asyncState ) : System.IAsyncResult | ||
scripts | string | |
definitions | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public Endadd_checksum ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endadd_signature ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endclear_verification ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Enddelete_all_application_presentation_scripts ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Enddelete_application_presentation_script ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
Résultat | string[] |
public Endget_ignore_verification_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
Résultat | CommonEnabledState[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
Résultat | string[] |
public Endget_script ( System asyncResult ) : string[] | ||
asyncResult | System | |
Résultat | string[] |
public Endget_verification_status ( System asyncResult ) : CommonVerificationStatus[] | ||
asyncResult | System | |
Résultat | CommonVerificationStatus[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
Résultat | string |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_ignore_verification_state ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public Endset_script ( System asyncResult ) : void | ||
asyncResult | System | |
Résultat | void |
public ManagementApplicationPresentationScript ( ) : System | ||
Résultat | System |