C# 클래스 iControl.ASMSystemConfiguration

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

공개 메소드들

메소드 설명
ASMSystemConfiguration ( ) : System
Beginget_signature_file_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_violation_severities ( System callback, object asyncState ) : System.IAsyncResult
Beginis_asm_ready ( System callback, object asyncState ) : System.IAsyncResult
Beginset_violation_severities ( ASMViolationSeverity violation_severities, System callback, object asyncState ) : System.IAsyncResult
Beginupdate_signature_file_automatic ( bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval, System callback, object asyncState ) : System.IAsyncResult
Beginupdate_signature_file_manual ( ASMFileTransferContext file_context, bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval, System callback, object asyncState ) : System.IAsyncResult
Endget_signature_file_version ( System asyncResult ) : string
Endget_version ( System asyncResult ) : string
Endget_violation_severities ( System asyncResult ) : iControl.ASMViolationSeverity[]
Endis_asm_ready ( System asyncResult ) : bool
Endset_violation_severities ( System asyncResult ) : void
Endupdate_signature_file_automatic ( System asyncResult ) : ASMSignatureFileUpdateReturnValue
Endupdate_signature_file_manual ( System asyncResult ) : ASMSignatureFileUpdateReturnValue

비공개 메소드들

메소드 설명
get_signature_file_version ( ) : string
get_version ( ) : string
get_violation_severities ( ) : iControl.ASMViolationSeverity[]
is_asm_ready ( ) : bool
set_violation_severities ( ASMViolationSeverity violation_severities ) : void
update_signature_file_automatic ( bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval ) : ASMSignatureFileUpdateReturnValue
update_signature_file_manual ( ASMFileTransferContext file_context, bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval ) : ASMSignatureFileUpdateReturnValue

메소드 상세

ASMSystemConfiguration() 공개 메소드

public ASMSystemConfiguration ( ) : System
리턴 System

Beginget_signature_file_version() 공개 메소드

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

Beginget_version() 공개 메소드

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

Beginget_violation_severities() 공개 메소드

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

Beginis_asm_ready() 공개 메소드

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

Beginset_violation_severities() 공개 메소드

public Beginset_violation_severities ( ASMViolationSeverity violation_severities, System callback, object asyncState ) : System.IAsyncResult
violation_severities ASMViolationSeverity
callback System
asyncState object
리턴 System.IAsyncResult

Beginupdate_signature_file_automatic() 공개 메소드

public Beginupdate_signature_file_automatic ( bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval, System callback, object asyncState ) : System.IAsyncResult
flg_is_user_defined bool
do_set_active bool
force bool
user_name string
check_interval bool
callback System
asyncState object
리턴 System.IAsyncResult

Beginupdate_signature_file_manual() 공개 메소드

public Beginupdate_signature_file_manual ( ASMFileTransferContext file_context, bool flg_is_user_defined, bool do_set_active, bool force, string user_name, bool check_interval, System callback, object asyncState ) : System.IAsyncResult
file_context ASMFileTransferContext
flg_is_user_defined bool
do_set_active bool
force bool
user_name string
check_interval bool
callback System
asyncState object
리턴 System.IAsyncResult

Endget_signature_file_version() 공개 메소드

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

Endget_version() 공개 메소드

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

Endget_violation_severities() 공개 메소드

public Endget_violation_severities ( System asyncResult ) : iControl.ASMViolationSeverity[]
asyncResult System
리턴 iControl.ASMViolationSeverity[]

Endis_asm_ready() 공개 메소드

public Endis_asm_ready ( System asyncResult ) : bool
asyncResult System
리턴 bool

Endset_violation_severities() 공개 메소드

public Endset_violation_severities ( System asyncResult ) : void
asyncResult System
리턴 void

Endupdate_signature_file_automatic() 공개 메소드

public Endupdate_signature_file_automatic ( System asyncResult ) : ASMSignatureFileUpdateReturnValue
asyncResult System
리턴 ASMSignatureFileUpdateReturnValue

Endupdate_signature_file_manual() 공개 메소드

public Endupdate_signature_file_manual ( System asyncResult ) : ASMSignatureFileUpdateReturnValue
asyncResult System
리턴 ASMSignatureFileUpdateReturnValue