C# Class iControl.SystemHAStatus

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

Public Methods

Method 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

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

public Beginget_entry ( bool peers, System callback, object asyncState ) : System.IAsyncResult
peers bool
callback System
asyncState object
return System.IAsyncResult

Beginget_entry_action() public method

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

Beginget_entry_action_required_state() public method

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

Beginget_entry_data() public method

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

Beginget_entry_enabled_state() public method

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

Beginget_entry_failure_state() public method

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

Beginget_entry_timeout() public method

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

Endget_entry() public method

public Endget_entry ( System asyncResult ) : iControl.SystemHAStatusEntryID[][]
asyncResult System
return iControl.SystemHAStatusEntryID[][]

Endget_entry_action() public method

public Endget_entry_action ( System asyncResult ) : CommonHAAction[][]
asyncResult System
return CommonHAAction[][]

Endget_entry_action_required_state() public method

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

Endget_entry_data() public method

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

Endget_entry_enabled_state() public method

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

Endget_entry_failure_state() public method

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

Endget_entry_timeout() public method

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

Endget_version() public method

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

SystemHAStatus() public method

public SystemHAStatus ( ) : System
return System