C# Class iControl.SystemCertificateRevocationListFile

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Begincreate ( string files, string paths, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_certificate_revocation_list_files ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_certificate_revocation_list_file ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_cache_path ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_checksum ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_creation_time ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_creator ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_dynamic_state ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_mode ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_modification_time ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_modifier ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_revision ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_size ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_source_path ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_system_path ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_system_state ( string files, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_local_path ( string files, string paths, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_certificate_revocation_list_files ( System asyncResult ) : void
Enddelete_certificate_revocation_list_file ( System asyncResult ) : void
Endget_cache_path ( System asyncResult ) : string[]
Endget_checksum ( System asyncResult ) : string[]
Endget_creation_time ( System asyncResult ) : iControl.CommonTimeStamp[]
Endget_creator ( System asyncResult ) : string[]
Endget_dynamic_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_mode ( System asyncResult ) : long[]
Endget_modification_time ( System asyncResult ) : iControl.CommonTimeStamp[]
Endget_modifier ( System asyncResult ) : string[]
Endget_revision ( System asyncResult ) : long[]
Endget_size ( System asyncResult ) : iControl.CommonULong64[]
Endget_source_path ( System asyncResult ) : string[]
Endget_system_path ( System asyncResult ) : string[]
Endget_system_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endset_local_path ( System asyncResult ) : void
SystemCertificateRevocationListFile ( ) : System

Private Methods

Method Description
create ( string files, string paths ) : void
delete_all_certificate_revocation_list_files ( ) : void
delete_certificate_revocation_list_file ( string files ) : void
get_cache_path ( string files ) : string[]
get_checksum ( string files ) : string[]
get_creation_time ( string files ) : iControl.CommonTimeStamp[]
get_creator ( string files ) : string[]
get_dynamic_state ( string files ) : CommonEnabledState[]
get_list ( ) : string[]
get_mode ( string files ) : long[]
get_modification_time ( string files ) : iControl.CommonTimeStamp[]
get_modifier ( string files ) : string[]
get_revision ( string files ) : long[]
get_size ( string files ) : iControl.CommonULong64[]
get_source_path ( string files ) : string[]
get_system_path ( string files ) : string[]
get_system_state ( string files ) : CommonEnabledState[]
get_version ( ) : string
set_local_path ( string files, string paths ) : void

Method Details

Begincreate() public method

public Begincreate ( string files, string paths, System callback, object asyncState ) : System.IAsyncResult
files string
paths string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_certificate_revocation_list_files() public method

public Begindelete_all_certificate_revocation_list_files ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Begindelete_certificate_revocation_list_file() public method

public Begindelete_certificate_revocation_list_file ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_cache_path() public method

public Beginget_cache_path ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_checksum() public method

public Beginget_checksum ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_creation_time() public method

public Beginget_creation_time ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_creator() public method

public Beginget_creator ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_dynamic_state() public method

public Beginget_dynamic_state ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_mode() public method

public Beginget_mode ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_modification_time() public method

public Beginget_modification_time ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_modifier() public method

public Beginget_modifier ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_revision() public method

public Beginget_revision ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_size() public method

public Beginget_size ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_source_path() public method

public Beginget_source_path ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_system_path() public method

public Beginget_system_path ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_system_state() public method

public Beginget_system_state ( string files, System callback, object asyncState ) : System.IAsyncResult
files string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginset_local_path() public method

public Beginset_local_path ( string files, string paths, System callback, object asyncState ) : System.IAsyncResult
files string
paths string
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_certificate_revocation_list_files() public method

public Enddelete_all_certificate_revocation_list_files ( System asyncResult ) : void
asyncResult System
return void

Enddelete_certificate_revocation_list_file() public method

public Enddelete_certificate_revocation_list_file ( System asyncResult ) : void
asyncResult System
return void

Endget_cache_path() public method

public Endget_cache_path ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_checksum() public method

public Endget_checksum ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_creation_time() public method

public Endget_creation_time ( System asyncResult ) : iControl.CommonTimeStamp[]
asyncResult System
return iControl.CommonTimeStamp[]

Endget_creator() public method

public Endget_creator ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_dynamic_state() public method

public Endget_dynamic_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_mode() public method

public Endget_mode ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_modification_time() public method

public Endget_modification_time ( System asyncResult ) : iControl.CommonTimeStamp[]
asyncResult System
return iControl.CommonTimeStamp[]

Endget_modifier() public method

public Endget_modifier ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_revision() public method

public Endget_revision ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_size() public method

public Endget_size ( System asyncResult ) : iControl.CommonULong64[]
asyncResult System
return iControl.CommonULong64[]

Endget_source_path() public method

public Endget_source_path ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_system_path() public method

public Endget_system_path ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_system_state() public method

public Endget_system_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endset_local_path() public method

public Endset_local_path ( System asyncResult ) : void
asyncResult System
return void

SystemCertificateRevocationListFile() public method

public SystemCertificateRevocationListFile ( ) : System
return System