C# 클래스 iControl.LocalLBProfileSPM

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

공개 메소드들

메소드 설명
Beginadd_high_precedence_global_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
Beginadd_low_precedence_global_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
Beginadd_unknown_subscriber_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_high_precedence_global_policy ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_low_precedence_global_policy ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_unknown_subscriber_policy ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_high_precedence_global_policies ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_low_precedence_global_policies ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_unknown_subscriber_policies ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_high_precedence_global_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
Beginremove_low_precedence_global_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
Beginremove_unknown_subscriber_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Endadd_high_precedence_global_policy ( System asyncResult ) : void
Endadd_low_precedence_global_policy ( System asyncResult ) : void
Endadd_unknown_subscriber_policy ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_high_precedence_global_policy ( System asyncResult ) : string[][]
Endget_list ( System asyncResult ) : string[]
Endget_low_precedence_global_policy ( System asyncResult ) : string[][]
Endget_unknown_subscriber_policy ( System asyncResult ) : string[][]
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endremove_all_high_precedence_global_policies ( System asyncResult ) : void
Endremove_all_low_precedence_global_policies ( System asyncResult ) : void
Endremove_all_unknown_subscriber_policies ( System asyncResult ) : void
Endremove_high_precedence_global_policy ( System asyncResult ) : void
Endremove_low_precedence_global_policy ( System asyncResult ) : void
Endremove_unknown_subscriber_policy ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
LocalLBProfileSPM ( ) : System

비공개 메소드들

메소드 설명
add_high_precedence_global_policy ( string profile_names, string policies ) : void
add_low_precedence_global_policy ( string profile_names, string policies ) : void
add_unknown_subscriber_policy ( string profile_names, string policies ) : void
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_high_precedence_global_policy ( string profile_names ) : string[][]
get_list ( ) : string[]
get_low_precedence_global_policy ( string profile_names ) : string[][]
get_unknown_subscriber_policy ( string profile_names ) : string[][]
get_version ( ) : string
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
remove_all_high_precedence_global_policies ( string profile_names ) : void
remove_all_low_precedence_global_policies ( string profile_names ) : void
remove_all_unknown_subscriber_policies ( string profile_names ) : void
remove_high_precedence_global_policy ( string profile_names, string policies ) : void
remove_low_precedence_global_policy ( string profile_names, string policies ) : void
remove_unknown_subscriber_policy ( string profile_names, string policies ) : void
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void

메소드 상세

Beginadd_high_precedence_global_policy() 공개 메소드

public Beginadd_high_precedence_global_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
profile_names string
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_low_precedence_global_policy() 공개 메소드

public Beginadd_low_precedence_global_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
profile_names string
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginadd_unknown_subscriber_policy() 공개 메소드

public Beginadd_unknown_subscriber_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
profile_names string
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

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

Begindelete_all_profiles() 공개 메소드

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

Begindelete_profile() 공개 메소드

public Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_default_profile() 공개 메소드

public Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_high_precedence_global_policy() 공개 메소드

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

public Beginget_low_precedence_global_policy ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_unknown_subscriber_policy() 공개 메소드

public Beginget_unknown_subscriber_policy ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginis_base_profile() 공개 메소드

public Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginis_system_profile() 공개 메소드

public Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_high_precedence_global_policies() 공개 메소드

public Beginremove_all_high_precedence_global_policies ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_low_precedence_global_policies() 공개 메소드

public Beginremove_all_low_precedence_global_policies ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_unknown_subscriber_policies() 공개 메소드

public Beginremove_all_unknown_subscriber_policies ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_high_precedence_global_policy() 공개 메소드

public Beginremove_high_precedence_global_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
profile_names string
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_low_precedence_global_policy() 공개 메소드

public Beginremove_low_precedence_global_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
profile_names string
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_unknown_subscriber_policy() 공개 메소드

public Beginremove_unknown_subscriber_policy ( string profile_names, string policies, System callback, object asyncState ) : System.IAsyncResult
profile_names string
policies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_default_profile() 공개 메소드

public Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
profile_names string
defaults string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Endadd_high_precedence_global_policy() 공개 메소드

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

Endadd_low_precedence_global_policy() 공개 메소드

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

Endadd_unknown_subscriber_policy() 공개 메소드

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

Endcreate() 공개 메소드

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

Enddelete_all_profiles() 공개 메소드

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

Enddelete_profile() 공개 메소드

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

Endget_default_profile() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_high_precedence_global_policy() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_low_precedence_global_policy() 공개 메소드

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

Endget_unknown_subscriber_policy() 공개 메소드

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

Endget_version() 공개 메소드

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

Endis_base_profile() 공개 메소드

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endis_system_profile() 공개 메소드

public Endis_system_profile ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endremove_all_high_precedence_global_policies() 공개 메소드

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

Endremove_all_low_precedence_global_policies() 공개 메소드

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

Endremove_all_unknown_subscriber_policies() 공개 메소드

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

Endremove_high_precedence_global_policy() 공개 메소드

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

Endremove_low_precedence_global_policy() 공개 메소드

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

Endremove_unknown_subscriber_policy() 공개 메소드

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

Endset_default_profile() 공개 메소드

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

Endset_description() 공개 메소드

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

LocalLBProfileSPM() 공개 메소드

public LocalLBProfileSPM ( ) : System
리턴 System