C# 클래스 iControl.ClassificationSignatureDefinition

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

공개 메소드들

메소드 설명
Beginget_last_attempt_automatic_mode_state ( string definitions, System callback, object asyncState ) : System.IAsyncResult
Beginget_last_attempt_time ( string definitions, System callback, object asyncState ) : System.IAsyncResult
Beginget_last_attempt_user ( string definitions, System callback, object asyncState ) : System.IAsyncResult
Beginget_last_update_automatic_mode_state ( string definitions, System callback, object asyncState ) : System.IAsyncResult
Beginget_last_update_time ( string definitions, System callback, object asyncState ) : System.IAsyncResult
Beginget_last_update_user ( string definitions, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_message ( string definitions, System callback, object asyncState ) : System.IAsyncResult
Beginget_progress_status ( string definitions, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
ClassificationSignatureDefinition ( ) : System
Endget_last_attempt_automatic_mode_state ( System asyncResult ) : CommonEnabledState[]
Endget_last_attempt_time ( System asyncResult ) : iControl.CommonTimeStamp[]
Endget_last_attempt_user ( System asyncResult ) : string[]
Endget_last_update_automatic_mode_state ( System asyncResult ) : CommonEnabledState[]
Endget_last_update_time ( System asyncResult ) : iControl.CommonTimeStamp[]
Endget_last_update_user ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_message ( System asyncResult ) : string[]
Endget_progress_status ( System asyncResult ) : ClassificationSignatureUpdateProgressStatus[]
Endget_version ( System asyncResult ) : string

비공개 메소드들

메소드 설명
get_last_attempt_automatic_mode_state ( string definitions ) : CommonEnabledState[]
get_last_attempt_time ( string definitions ) : iControl.CommonTimeStamp[]
get_last_attempt_user ( string definitions ) : string[]
get_last_update_automatic_mode_state ( string definitions ) : CommonEnabledState[]
get_last_update_time ( string definitions ) : iControl.CommonTimeStamp[]
get_last_update_user ( string definitions ) : string[]
get_list ( ) : string[]
get_message ( string definitions ) : string[]
get_progress_status ( string definitions ) : ClassificationSignatureUpdateProgressStatus[]
get_version ( ) : string

메소드 상세

Beginget_last_attempt_automatic_mode_state() 공개 메소드

public Beginget_last_attempt_automatic_mode_state ( string definitions, System callback, object asyncState ) : System.IAsyncResult
definitions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_last_attempt_time() 공개 메소드

public Beginget_last_attempt_time ( string definitions, System callback, object asyncState ) : System.IAsyncResult
definitions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_last_attempt_user() 공개 메소드

public Beginget_last_attempt_user ( string definitions, System callback, object asyncState ) : System.IAsyncResult
definitions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_last_update_automatic_mode_state() 공개 메소드

public Beginget_last_update_automatic_mode_state ( string definitions, System callback, object asyncState ) : System.IAsyncResult
definitions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_last_update_time() 공개 메소드

public Beginget_last_update_time ( string definitions, System callback, object asyncState ) : System.IAsyncResult
definitions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_last_update_user() 공개 메소드

public Beginget_last_update_user ( string definitions, System callback, object asyncState ) : System.IAsyncResult
definitions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_message() 공개 메소드

public Beginget_message ( string definitions, System callback, object asyncState ) : System.IAsyncResult
definitions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_progress_status() 공개 메소드

public Beginget_progress_status ( string definitions, System callback, object asyncState ) : System.IAsyncResult
definitions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

ClassificationSignatureDefinition() 공개 메소드

public ClassificationSignatureDefinition ( ) : System
리턴 System

Endget_last_attempt_automatic_mode_state() 공개 메소드

public Endget_last_attempt_automatic_mode_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_last_attempt_time() 공개 메소드

public Endget_last_attempt_time ( System asyncResult ) : iControl.CommonTimeStamp[]
asyncResult System
리턴 iControl.CommonTimeStamp[]

Endget_last_attempt_user() 공개 메소드

public Endget_last_attempt_user ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_last_update_automatic_mode_state() 공개 메소드

public Endget_last_update_automatic_mode_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_last_update_time() 공개 메소드

public Endget_last_update_time ( System asyncResult ) : iControl.CommonTimeStamp[]
asyncResult System
리턴 iControl.CommonTimeStamp[]

Endget_last_update_user() 공개 메소드

public Endget_last_update_user ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_list() 공개 메소드

public Endget_list ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_message() 공개 메소드

public Endget_message ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_progress_status() 공개 메소드

public Endget_progress_status ( System asyncResult ) : ClassificationSignatureUpdateProgressStatus[]
asyncResult System
리턴 ClassificationSignatureUpdateProgressStatus[]

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string