C# Class iControl.ManagementGlobals

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

Public Methods

Method 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

Method 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 method

public Beginget_local_file_path_prefixes ( System callback, object asyncState ) : System.IAsyncResult
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_file_path_prefixes() public method

public Beginset_local_file_path_prefixes ( string prefixes, System callback, object asyncState ) : System.IAsyncResult
prefixes string
callback System
asyncState object
return System.IAsyncResult

Endget_local_file_path_prefixes() public method

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

Endget_version() public method

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

Endset_local_file_path_prefixes() public method

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

ManagementGlobals() public method

public ManagementGlobals ( ) : System
return System