C# 클래스 iControl.LTConfigClass

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

공개 메소드들

메소드 설명
Begincreate_instance ( LTConfigClassInstanceKey class_instance_keys, System callback, object asyncState ) : System.IAsyncResult
Begindelete_instance ( LTConfigClassInstanceKey class_instance_keys, System callback, object asyncState ) : System.IAsyncResult
Beginget_category ( string class_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_clustered_state ( string class_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_configsyncd_state ( string class_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_constraints ( string class_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_field_count ( string class_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_list_of_instances ( string class_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_nested_classes ( string class_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_partitioned_state ( string class_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_singleton_state ( string class_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( string class_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_toplevelcmd_state ( string class_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Endcreate_instance ( System asyncResult ) : void
Enddelete_instance ( System asyncResult ) : void
Endget_category ( System asyncResult ) : string[]
Endget_clustered_state ( System asyncResult ) : CommonEnabledState[]
Endget_configsyncd_state ( System asyncResult ) : CommonEnabledState[]
Endget_constraints ( System asyncResult ) : string[][]
Endget_field_count ( System asyncResult ) : long[]
Endget_list ( System asyncResult ) : string[]
Endget_list_of_instances ( System asyncResult ) : iControl.LTConfigClassInstanceKey[][]
Endget_nested_classes ( System asyncResult ) : string[][]
Endget_partitioned_state ( System asyncResult ) : CommonEnabledState[]
Endget_singleton_state ( System asyncResult ) : CommonEnabledState[]
Endget_statistics ( System asyncResult ) : string[][]
Endget_toplevelcmd_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
LTConfigClass ( ) : System

비공개 메소드들

메소드 설명
create_instance ( LTConfigClassInstanceKey class_instance_keys ) : void
delete_instance ( LTConfigClassInstanceKey class_instance_keys ) : void
get_category ( string class_names ) : string[]
get_clustered_state ( string class_names ) : CommonEnabledState[]
get_configsyncd_state ( string class_names ) : CommonEnabledState[]
get_constraints ( string class_names ) : string[][]
get_field_count ( string class_names ) : long[]
get_list ( ) : string[]
get_list_of_instances ( string class_names ) : iControl.LTConfigClassInstanceKey[][]
get_nested_classes ( string class_names ) : string[][]
get_partitioned_state ( string class_names ) : CommonEnabledState[]
get_singleton_state ( string class_names ) : CommonEnabledState[]
get_statistics ( string class_names ) : string[][]
get_toplevelcmd_state ( string class_names ) : CommonEnabledState[]
get_version ( ) : string

메소드 상세

Begincreate_instance() 공개 메소드

public Begincreate_instance ( LTConfigClassInstanceKey class_instance_keys, System callback, object asyncState ) : System.IAsyncResult
class_instance_keys LTConfigClassInstanceKey
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_instance() 공개 메소드

public Begindelete_instance ( LTConfigClassInstanceKey class_instance_keys, System callback, object asyncState ) : System.IAsyncResult
class_instance_keys LTConfigClassInstanceKey
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_category() 공개 메소드

public Beginget_category ( string class_names, System callback, object asyncState ) : System.IAsyncResult
class_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_clustered_state() 공개 메소드

public Beginget_clustered_state ( string class_names, System callback, object asyncState ) : System.IAsyncResult
class_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_configsyncd_state() 공개 메소드

public Beginget_configsyncd_state ( string class_names, System callback, object asyncState ) : System.IAsyncResult
class_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_constraints() 공개 메소드

public Beginget_constraints ( string class_names, System callback, object asyncState ) : System.IAsyncResult
class_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_field_count() 공개 메소드

public Beginget_field_count ( string class_names, System callback, object asyncState ) : System.IAsyncResult
class_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_list_of_instances() 공개 메소드

public Beginget_list_of_instances ( string class_names, System callback, object asyncState ) : System.IAsyncResult
class_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_nested_classes() 공개 메소드

public Beginget_nested_classes ( string class_names, System callback, object asyncState ) : System.IAsyncResult
class_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_partitioned_state() 공개 메소드

public Beginget_partitioned_state ( string class_names, System callback, object asyncState ) : System.IAsyncResult
class_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_singleton_state() 공개 메소드

public Beginget_singleton_state ( string class_names, System callback, object asyncState ) : System.IAsyncResult
class_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_statistics() 공개 메소드

public Beginget_statistics ( string class_names, System callback, object asyncState ) : System.IAsyncResult
class_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_toplevelcmd_state() 공개 메소드

public Beginget_toplevelcmd_state ( string class_names, System callback, object asyncState ) : System.IAsyncResult
class_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

Endcreate_instance() 공개 메소드

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

Enddelete_instance() 공개 메소드

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

Endget_category() 공개 메소드

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

Endget_clustered_state() 공개 메소드

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

Endget_configsyncd_state() 공개 메소드

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

Endget_constraints() 공개 메소드

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

Endget_field_count() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_list_of_instances() 공개 메소드

public Endget_list_of_instances ( System asyncResult ) : iControl.LTConfigClassInstanceKey[][]
asyncResult System
리턴 iControl.LTConfigClassInstanceKey[][]

Endget_nested_classes() 공개 메소드

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

Endget_partitioned_state() 공개 메소드

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

Endget_singleton_state() 공개 메소드

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

Endget_statistics() 공개 메소드

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

Endget_toplevelcmd_state() 공개 메소드

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

Endget_version() 공개 메소드

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

LTConfigClass() 공개 메소드

public LTConfigClass ( ) : System
리턴 System