C# 클래스 iControl.ClassificationSignatureUpdateSchedule

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

공개 메소드들

메소드 설명
Beginget_auto_update_interval_type ( string schedules, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_update_mode_automatic_state ( string schedules, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginimport_signatures ( string filename, System callback, object asyncState ) : System.IAsyncResult
Beginset_auto_update_interval_type ( string schedules, ClassificationSignatureUpdateScheduleSignatureUpdateIntervalType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_update_mode_automatic_state ( string schedules, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginupdate_signatures ( System callback, object asyncState ) : System.IAsyncResult
ClassificationSignatureUpdateSchedule ( ) : System
Endget_auto_update_interval_type ( System asyncResult ) : ClassificationSignatureUpdateScheduleSignatureUpdateIntervalType[]
Endget_list ( System asyncResult ) : string[]
Endget_update_mode_automatic_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endimport_signatures ( System asyncResult ) : void
Endset_auto_update_interval_type ( System asyncResult ) : void
Endset_update_mode_automatic_state ( System asyncResult ) : void
Endupdate_signatures ( System asyncResult ) : void

비공개 메소드들

메소드 설명
get_auto_update_interval_type ( string schedules ) : ClassificationSignatureUpdateScheduleSignatureUpdateIntervalType[]
get_list ( ) : string[]
get_update_mode_automatic_state ( string schedules ) : CommonEnabledState[]
get_version ( ) : string
import_signatures ( string filename ) : void
set_auto_update_interval_type ( string schedules, ClassificationSignatureUpdateScheduleSignatureUpdateIntervalType types ) : void
set_update_mode_automatic_state ( string schedules, CommonEnabledState states ) : void
update_signatures ( ) : void

메소드 상세

Beginget_auto_update_interval_type() 공개 메소드

public Beginget_auto_update_interval_type ( string schedules, System callback, object asyncState ) : System.IAsyncResult
schedules 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_update_mode_automatic_state() 공개 메소드

public Beginget_update_mode_automatic_state ( string schedules, System callback, object asyncState ) : System.IAsyncResult
schedules string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginimport_signatures() 공개 메소드

public Beginimport_signatures ( string filename, System callback, object asyncState ) : System.IAsyncResult
filename string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_auto_update_interval_type() 공개 메소드

public Beginset_auto_update_interval_type ( string schedules, ClassificationSignatureUpdateScheduleSignatureUpdateIntervalType types, System callback, object asyncState ) : System.IAsyncResult
schedules string
types ClassificationSignatureUpdateScheduleSignatureUpdateIntervalType
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_update_mode_automatic_state() 공개 메소드

public Beginset_update_mode_automatic_state ( string schedules, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
schedules string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginupdate_signatures() 공개 메소드

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

ClassificationSignatureUpdateSchedule() 공개 메소드

public ClassificationSignatureUpdateSchedule ( ) : System
리턴 System

Endget_auto_update_interval_type() 공개 메소드

public Endget_auto_update_interval_type ( System asyncResult ) : ClassificationSignatureUpdateScheduleSignatureUpdateIntervalType[]
asyncResult System
리턴 ClassificationSignatureUpdateScheduleSignatureUpdateIntervalType[]

Endget_list() 공개 메소드

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

Endget_update_mode_automatic_state() 공개 메소드

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

Endget_version() 공개 메소드

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

Endimport_signatures() 공개 메소드

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

Endset_auto_update_interval_type() 공개 메소드

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

Endset_update_mode_automatic_state() 공개 메소드

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

Endupdate_signatures() 공개 메소드

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