C# Класс iControl.SystemHAStatus

Наследование: iControlInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

Beginget_entry() публичный Метод

public Beginget_entry ( bool peers, System callback, object asyncState ) : System.IAsyncResult
peers bool
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry_action() публичный Метод

public Beginget_entry_action ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry_action_required_state() публичный Метод

public Beginget_entry_action_required_state ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry_data() публичный Метод

public Beginget_entry_data ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry_enabled_state() публичный Метод

public Beginget_entry_enabled_state ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry_failure_state() публичный Метод

public Beginget_entry_failure_state ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Результат System.IAsyncResult

Beginget_entry_timeout() публичный Метод

public Beginget_entry_timeout ( bool peers, SystemHAStatusEntryID ids, System callback, object asyncState ) : System.IAsyncResult
peers bool
ids SystemHAStatusEntryID
callback System
asyncState object
Результат System.IAsyncResult

Beginget_version() публичный Метод

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

Endget_entry() публичный Метод

public Endget_entry ( System asyncResult ) : iControl.SystemHAStatusEntryID[][]
asyncResult System
Результат iControl.SystemHAStatusEntryID[][]

Endget_entry_action() публичный Метод

public Endget_entry_action ( System asyncResult ) : CommonHAAction[][]
asyncResult System
Результат CommonHAAction[][]

Endget_entry_action_required_state() публичный Метод

public Endget_entry_action_required_state ( System asyncResult ) : CommonEnabledState[][]
asyncResult System
Результат CommonEnabledState[][]

Endget_entry_data() публичный Метод

public Endget_entry_data ( System asyncResult ) : long[][]
asyncResult System
Результат long[][]

Endget_entry_enabled_state() публичный Метод

public Endget_entry_enabled_state ( System asyncResult ) : CommonEnabledState[][]
asyncResult System
Результат CommonEnabledState[][]

Endget_entry_failure_state() публичный Метод

public Endget_entry_failure_state ( System asyncResult ) : CommonEnabledState[][]
asyncResult System
Результат CommonEnabledState[][]

Endget_entry_timeout() публичный Метод

public Endget_entry_timeout ( System asyncResult ) : long[][]
asyncResult System
Результат long[][]

Endget_version() публичный Метод

public Endget_version ( System asyncResult ) : string
asyncResult System
Результат string

SystemHAStatus() публичный Метод

public SystemHAStatus ( ) : System
Результат System