C# 클래스 iControl.SystemHAStatus

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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