C# Class iControl.ManagementGlobals

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Beginget_local_file_path_prefixes ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_local_file_path_prefixes ( string prefixes, System callback, object asyncState ) : System.IAsyncResult
Endget_local_file_path_prefixes ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_local_file_path_prefixes ( System asyncResult ) : void
ManagementGlobals ( ) : System

Private Methods

Méthode Description
get_local_file_path_prefixes ( ) : string[]
get_version ( ) : string
set_local_file_path_prefixes ( string prefixes ) : void

Method Details

Beginget_local_file_path_prefixes() public méthode

public Beginget_local_file_path_prefixes ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_version() public méthode

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_local_file_path_prefixes() public méthode

public Beginset_local_file_path_prefixes ( string prefixes, System callback, object asyncState ) : System.IAsyncResult
prefixes string
callback System
asyncState object
Résultat System.IAsyncResult

Endget_local_file_path_prefixes() public méthode

public Endget_local_file_path_prefixes ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_version() public méthode

public Endget_version ( System asyncResult ) : string
asyncResult System
Résultat string

Endset_local_file_path_prefixes() public méthode

public Endset_local_file_path_prefixes ( System asyncResult ) : void
asyncResult System
Résultat void

ManagementGlobals() public méthode

public ManagementGlobals ( ) : System
Résultat System