C# 클래스 iControl.SecurityIPIntelligenceFeedList

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

공개 메소드들

메소드 설명
Beginadd_feed ( string lists, string feeds, string categories, string urls, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string lists, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_feed_lists ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_feed_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
Begindownload_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_default_blacklist_category ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_default_list_type ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_description ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_password ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_poll_interval ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_url ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_feed_user ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_feeds ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginremove_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_default_blacklist_category ( string lists, string feeds, string categories, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_default_list_type ( string lists, string feeds, SecurityIPIntelligenceFeedListIPIntelligenceAddressType types, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_description ( string lists, string feeds, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_password ( string lists, string feeds, string passwords, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_poll_interval ( string lists, string feeds, long intervals, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_url ( string lists, string feeds, string urls, System callback, object asyncState ) : System.IAsyncResult
Beginset_feed_user ( string lists, string feeds, string users, System callback, object asyncState ) : System.IAsyncResult
Endadd_feed ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_feed_lists ( System asyncResult ) : void
Enddelete_feed_list ( System asyncResult ) : void
Enddownload_feed ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_feed ( System asyncResult ) : string[][]
Endget_feed_default_blacklist_category ( System asyncResult ) : string[][]
Endget_feed_default_list_type ( System asyncResult ) : SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][]
Endget_feed_description ( System asyncResult ) : string[][]
Endget_feed_password ( System asyncResult ) : string[][]
Endget_feed_poll_interval ( System asyncResult ) : long[][]
Endget_feed_url ( System asyncResult ) : string[][]
Endget_feed_user ( System asyncResult ) : string[][]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endremove_all_feeds ( System asyncResult ) : void
Endremove_feed ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_feed_default_blacklist_category ( System asyncResult ) : void
Endset_feed_default_list_type ( System asyncResult ) : void
Endset_feed_description ( System asyncResult ) : void
Endset_feed_password ( System asyncResult ) : void
Endset_feed_poll_interval ( System asyncResult ) : void
Endset_feed_url ( System asyncResult ) : void
Endset_feed_user ( System asyncResult ) : void
SecurityIPIntelligenceFeedList ( ) : System

비공개 메소드들

메소드 설명
add_feed ( string lists, string feeds, string categories, string urls ) : void
create ( string lists ) : void
delete_all_feed_lists ( ) : void
delete_feed_list ( string lists ) : void
download_feed ( string lists, string feeds ) : void
get_description ( string lists ) : string[]
get_feed ( string lists ) : string[][]
get_feed_default_blacklist_category ( string lists, string feeds ) : string[][]
get_feed_default_list_type ( string lists, string feeds ) : SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][]
get_feed_description ( string lists, string feeds ) : string[][]
get_feed_password ( string lists, string feeds ) : string[][]
get_feed_poll_interval ( string lists, string feeds ) : long[][]
get_feed_url ( string lists, string feeds ) : string[][]
get_feed_user ( string lists, string feeds ) : string[][]
get_list ( ) : string[]
get_version ( ) : string
remove_all_feeds ( string lists ) : void
remove_feed ( string lists, string feeds ) : void
set_description ( string lists, string descriptions ) : void
set_feed_default_blacklist_category ( string lists, string feeds, string categories ) : void
set_feed_default_list_type ( string lists, string feeds, SecurityIPIntelligenceFeedListIPIntelligenceAddressType types ) : void
set_feed_description ( string lists, string feeds, string descriptions ) : void
set_feed_password ( string lists, string feeds, string passwords ) : void
set_feed_poll_interval ( string lists, string feeds, long intervals ) : void
set_feed_url ( string lists, string feeds, string urls ) : void
set_feed_user ( string lists, string feeds, string users ) : void

메소드 상세

Beginadd_feed() 공개 메소드

public Beginadd_feed ( string lists, string feeds, string categories, string urls, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
categories string
urls string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

public Begincreate ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_feed_lists() 공개 메소드

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

Begindelete_feed_list() 공개 메소드

public Begindelete_feed_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Begindownload_feed() 공개 메소드

public Begindownload_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

public Beginget_description ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_feed() 공개 메소드

public Beginget_feed ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_feed_default_blacklist_category() 공개 메소드

public Beginget_feed_default_blacklist_category ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_feed_default_list_type() 공개 메소드

public Beginget_feed_default_list_type ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_feed_description() 공개 메소드

public Beginget_feed_description ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_feed_password() 공개 메소드

public Beginget_feed_password ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_feed_poll_interval() 공개 메소드

public Beginget_feed_poll_interval ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_feed_url() 공개 메소드

public Beginget_feed_url ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_feed_user() 공개 메소드

public Beginget_feed_user ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds 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_version() 공개 메소드

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

Beginremove_all_feeds() 공개 메소드

public Beginremove_all_feeds ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_feed() 공개 메소드

public Beginremove_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

public Beginset_description ( string lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
lists string
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_feed_default_blacklist_category() 공개 메소드

public Beginset_feed_default_blacklist_category ( string lists, string feeds, string categories, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
categories string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_feed_default_list_type() 공개 메소드

public Beginset_feed_default_list_type ( string lists, string feeds, SecurityIPIntelligenceFeedListIPIntelligenceAddressType types, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
types SecurityIPIntelligenceFeedListIPIntelligenceAddressType
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_feed_description() 공개 메소드

public Beginset_feed_description ( string lists, string feeds, string descriptions, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_feed_password() 공개 메소드

public Beginset_feed_password ( string lists, string feeds, string passwords, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
passwords string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_feed_poll_interval() 공개 메소드

public Beginset_feed_poll_interval ( string lists, string feeds, long intervals, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
intervals long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_feed_url() 공개 메소드

public Beginset_feed_url ( string lists, string feeds, string urls, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
urls string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_feed_user() 공개 메소드

public Beginset_feed_user ( string lists, string feeds, string users, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
users string
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_feed() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_feed_lists() 공개 메소드

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

Enddelete_feed_list() 공개 메소드

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

Enddownload_feed() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_feed() 공개 메소드

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

Endget_feed_default_blacklist_category() 공개 메소드

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

Endget_feed_default_list_type() 공개 메소드

public Endget_feed_default_list_type ( System asyncResult ) : SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][]
asyncResult System
리턴 SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][]

Endget_feed_description() 공개 메소드

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

Endget_feed_password() 공개 메소드

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

Endget_feed_poll_interval() 공개 메소드

public Endget_feed_poll_interval ( System asyncResult ) : long[][]
asyncResult System
리턴 long[][]

Endget_feed_url() 공개 메소드

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

Endget_feed_user() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_version() 공개 메소드

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

Endremove_all_feeds() 공개 메소드

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

Endremove_feed() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_feed_default_blacklist_category() 공개 메소드

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

Endset_feed_default_list_type() 공개 메소드

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

Endset_feed_description() 공개 메소드

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

Endset_feed_password() 공개 메소드

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

Endset_feed_poll_interval() 공개 메소드

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

Endset_feed_url() 공개 메소드

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

Endset_feed_user() 공개 메소드

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

SecurityIPIntelligenceFeedList() 공개 메소드

public SecurityIPIntelligenceFeedList ( ) : System
리턴 System