C# Class iControl.SystemHAStatus

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

Méthodes publiques

Méthode Description
Beginget_entry ( bool peers, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_action ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_action_required_state ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_data ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_enabled_state ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_failure_state ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
Beginget_entry_timeout ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Endget_entry ( System asyncResult ) : iControl.SystemHAStatusEntryID[][]
Endget_entry_action ( System asyncResult ) : CommonHAAction[][]
Endget_entry_action_required_state ( System asyncResult ) : CommonEnabledState[][]
Endget_entry_data ( System asyncResult ) : long[][]
Endget_entry_enabled_state ( System asyncResult ) : CommonEnabledState[][]
Endget_entry_failure_state ( System asyncResult ) : CommonEnabledState[][]
Endget_entry_timeout ( System asyncResult ) : long[][]
Endget_version ( System asyncResult ) : string
SystemHAStatus ( ) : System

Private Methods

Méthode Description
get_entry ( bool peers ) : iControl.SystemHAStatusEntryID[][]
get_entry_action ( bool peers, SystemHAStatusEntryID ids ) : CommonHAAction[][]
get_entry_action_required_state ( bool peers, SystemHAStatusEntryID ids ) : CommonEnabledState[][]
get_entry_data ( bool peers, SystemHAStatusEntryID ids ) : long[][]
get_entry_enabled_state ( bool peers, SystemHAStatusEntryID ids ) : CommonEnabledState[][]
get_entry_failure_state ( bool peers, SystemHAStatusEntryID ids ) : CommonEnabledState[][]
get_entry_timeout ( bool peers, SystemHAStatusEntryID ids ) : long[][]
get_version ( ) : string

Method Details

Beginget_entry() public méthode

public Beginget_entry ( bool peers, System callback, object asyncState ) : System.IAsyncResult
peers bool
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry_action() public méthode

public Beginget_entry_action ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry_action_required_state() public méthode

public Beginget_entry_action_required_state ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry_data() public méthode

public Beginget_entry_data ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry_enabled_state() public méthode

public Beginget_entry_enabled_state ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry_failure_state() public méthode

public Beginget_entry_failure_state ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_entry_timeout() public méthode

public Beginget_entry_timeout ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
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

Endget_entry() public méthode

public Endget_entry ( System asyncResult ) : iControl.SystemHAStatusEntryID[][]
asyncResult System
Résultat iControl.SystemHAStatusEntryID[][]

Endget_entry_action() public méthode

public Endget_entry_action ( System asyncResult ) : CommonHAAction[][]
asyncResult System
Résultat CommonHAAction[][]

Endget_entry_action_required_state() public méthode

public Endget_entry_action_required_state ( System asyncResult ) : CommonEnabledState[][]
asyncResult System
Résultat CommonEnabledState[][]

Endget_entry_data() public méthode

public Endget_entry_data ( System asyncResult ) : long[][]
asyncResult System
Résultat long[][]

Endget_entry_enabled_state() public méthode

public Endget_entry_enabled_state ( System asyncResult ) : CommonEnabledState[][]
asyncResult System
Résultat CommonEnabledState[][]

Endget_entry_failure_state() public méthode

public Endget_entry_failure_state ( System asyncResult ) : CommonEnabledState[][]
asyncResult System
Résultat CommonEnabledState[][]

Endget_entry_timeout() public méthode

public Endget_entry_timeout ( System asyncResult ) : long[][]
asyncResult System
Résultat long[][]

Endget_version() public méthode

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

SystemHAStatus() public méthode

public SystemHAStatus ( ) : System
Résultat System