C# 클래스 iControl.ManagementApplicationService

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

공개 메소드들

메소드 설명
Beginadd_metadata ( string apps, string names, string values, System callback, object asyncState ) : System.IAsyncResult
Beginconvert_to_generic ( string apps, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string apps, string templates, ManagementApplicationServiceScalarVar scalar_vars, ManagementApplicationServiceListVar list_vars, ManagementApplicationServiceTableVar table_vars, System callback, object asyncState ) : System.IAsyncResult
Begincreate_extended ( string apps, string templates, ManagementApplicationServiceScalarVarExtended scalar_vars, ManagementApplicationServiceListVarExtended list_vars, ManagementApplicationServiceTableVarExtended table_vars, System callback, object asyncState ) : System.IAsyncResult
Begincreate_generic ( string apps, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_application_services ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_application_service ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_device_group ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_list_vars ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_list_vars_extended ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_metadata ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_metadata_description ( string apps, string names, System callback, object asyncState ) : System.IAsyncResult
Beginget_metadata_persistence ( string apps, string names, System callback, object asyncState ) : System.IAsyncResult
Beginget_metadata_value ( string apps, string names, System callback, object asyncState ) : System.IAsyncResult
Beginget_scalar_vars ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_scalar_vars_extended ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_strict_updates_state ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_table_vars ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_table_vars_extended ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_template ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_traffic_group ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_device_group_inherited ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginis_template_modified ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginis_traffic_group_inherited ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginmodify ( string apps, string templates, ManagementApplicationServiceScalarVar scalar_vars, ManagementApplicationServiceListVar list_vars, ManagementApplicationServiceTableVar table_vars, System callback, object asyncState ) : System.IAsyncResult
Beginmodify_extended ( string apps, string templates, ManagementApplicationServiceScalarVarExtended scalar_vars, ManagementApplicationServiceListVarExtended list_vars, ManagementApplicationServiceTableVarExtended table_vars, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_metadata ( string apps, System callback, object asyncState ) : System.IAsyncResult
Beginremove_metadata ( string apps, string names, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string apps, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_device_group ( string apps, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_metadata_description ( string apps, string names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_metadata_persistence ( string apps, string names, CommonMetadataPersistence values, System callback, object asyncState ) : System.IAsyncResult
Beginset_metadata_value ( string apps, string names, string values, System callback, object asyncState ) : System.IAsyncResult
Beginset_strict_updates_state ( string apps, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_traffic_group ( string apps, string values, System callback, object asyncState ) : System.IAsyncResult
Endadd_metadata ( System asyncResult ) : void
Endconvert_to_generic ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Endcreate_extended ( System asyncResult ) : void
Endcreate_generic ( System asyncResult ) : void
Enddelete_all_application_services ( System asyncResult ) : void
Enddelete_application_service ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_device_group ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_list_vars ( System asyncResult ) : iControl.ManagementApplicationServiceListVar[][]
Endget_list_vars_extended ( System asyncResult ) : iControl.ManagementApplicationServiceListVarExtended[][]
Endget_metadata ( System asyncResult ) : string[][]
Endget_metadata_description ( System asyncResult ) : string[][]
Endget_metadata_persistence ( System asyncResult ) : CommonMetadataPersistence[][]
Endget_metadata_value ( System asyncResult ) : string[][]
Endget_scalar_vars ( System asyncResult ) : iControl.ManagementApplicationServiceScalarVar[][]
Endget_scalar_vars_extended ( System asyncResult ) : iControl.ManagementApplicationServiceScalarVarExtended[][]
Endget_strict_updates_state ( System asyncResult ) : CommonEnabledState[]
Endget_table_vars ( System asyncResult ) : iControl.ManagementApplicationServiceTableVar[][]
Endget_table_vars_extended ( System asyncResult ) : iControl.ManagementApplicationServiceTableVarExtended[][]
Endget_template ( System asyncResult ) : string[]
Endget_traffic_group ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endis_device_group_inherited ( System asyncResult ) : bool[]
Endis_template_modified ( System asyncResult ) : bool[]
Endis_traffic_group_inherited ( System asyncResult ) : bool[]
Endmodify ( System asyncResult ) : void
Endmodify_extended ( System asyncResult ) : void
Endremove_all_metadata ( System asyncResult ) : void
Endremove_metadata ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_device_group ( System asyncResult ) : void
Endset_metadata_description ( System asyncResult ) : void
Endset_metadata_persistence ( System asyncResult ) : void
Endset_metadata_value ( System asyncResult ) : void
Endset_strict_updates_state ( System asyncResult ) : void
Endset_traffic_group ( System asyncResult ) : void
ManagementApplicationService ( ) : System

비공개 메소드들

메소드 설명
add_metadata ( string apps, string names, string values ) : void
convert_to_generic ( string apps ) : void
create ( string apps, string templates, ManagementApplicationServiceScalarVar scalar_vars, ManagementApplicationServiceListVar list_vars, ManagementApplicationServiceTableVar table_vars ) : void
create_extended ( string apps, string templates, ManagementApplicationServiceScalarVarExtended scalar_vars, ManagementApplicationServiceListVarExtended list_vars, ManagementApplicationServiceTableVarExtended table_vars ) : void
create_generic ( string apps ) : void
delete_all_application_services ( ) : void
delete_application_service ( string apps ) : void
get_description ( string apps ) : string[]
get_device_group ( string apps ) : string[]
get_list ( ) : string[]
get_list_vars ( string apps ) : iControl.ManagementApplicationServiceListVar[][]
get_list_vars_extended ( string apps ) : iControl.ManagementApplicationServiceListVarExtended[][]
get_metadata ( string apps ) : string[][]
get_metadata_description ( string apps, string names ) : string[][]
get_metadata_persistence ( string apps, string names ) : CommonMetadataPersistence[][]
get_metadata_value ( string apps, string names ) : string[][]
get_scalar_vars ( string apps ) : iControl.ManagementApplicationServiceScalarVar[][]
get_scalar_vars_extended ( string apps ) : iControl.ManagementApplicationServiceScalarVarExtended[][]
get_strict_updates_state ( string apps ) : CommonEnabledState[]
get_table_vars ( string apps ) : iControl.ManagementApplicationServiceTableVar[][]
get_table_vars_extended ( string apps ) : iControl.ManagementApplicationServiceTableVarExtended[][]
get_template ( string apps ) : string[]
get_traffic_group ( string apps ) : string[]
get_version ( ) : string
is_device_group_inherited ( string apps ) : bool[]
is_template_modified ( string apps ) : bool[]
is_traffic_group_inherited ( string apps ) : bool[]
modify ( string apps, string templates, ManagementApplicationServiceScalarVar scalar_vars, ManagementApplicationServiceListVar list_vars, ManagementApplicationServiceTableVar table_vars ) : void
modify_extended ( string apps, string templates, ManagementApplicationServiceScalarVarExtended scalar_vars, ManagementApplicationServiceListVarExtended list_vars, ManagementApplicationServiceTableVarExtended table_vars ) : void
remove_all_metadata ( string apps ) : void
remove_metadata ( string apps, string names ) : void
set_description ( string apps, string values ) : void
set_device_group ( string apps, string values ) : void
set_metadata_description ( string apps, string names, string descriptions ) : void
set_metadata_persistence ( string apps, string names, CommonMetadataPersistence values ) : void
set_metadata_value ( string apps, string names, string values ) : void
set_strict_updates_state ( string apps, CommonEnabledState states ) : void
set_traffic_group ( string apps, string values ) : void

메소드 상세

Beginadd_metadata() 공개 메소드

public Beginadd_metadata ( string apps, string names, string values, System callback, object asyncState ) : System.IAsyncResult
apps string
names string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginconvert_to_generic() 공개 메소드

public Beginconvert_to_generic ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

public Begincreate ( string apps, string templates, ManagementApplicationServiceScalarVar scalar_vars, ManagementApplicationServiceListVar list_vars, ManagementApplicationServiceTableVar table_vars, System callback, object asyncState ) : System.IAsyncResult
apps string
templates string
scalar_vars ManagementApplicationServiceScalarVar
list_vars ManagementApplicationServiceListVar
table_vars ManagementApplicationServiceTableVar
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate_extended() 공개 메소드

public Begincreate_extended ( string apps, string templates, ManagementApplicationServiceScalarVarExtended scalar_vars, ManagementApplicationServiceListVarExtended list_vars, ManagementApplicationServiceTableVarExtended table_vars, System callback, object asyncState ) : System.IAsyncResult
apps string
templates string
scalar_vars ManagementApplicationServiceScalarVarExtended
list_vars ManagementApplicationServiceListVarExtended
table_vars ManagementApplicationServiceTableVarExtended
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate_generic() 공개 메소드

public Begincreate_generic ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_application_services() 공개 메소드

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

Begindelete_application_service() 공개 메소드

public Begindelete_application_service ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_device_group() 공개 메소드

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

public Beginget_list_vars ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list_vars_extended() 공개 메소드

public Beginget_list_vars_extended ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_metadata() 공개 메소드

public Beginget_metadata ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_metadata_description() 공개 메소드

public Beginget_metadata_description ( string apps, string names, System callback, object asyncState ) : System.IAsyncResult
apps string
names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_metadata_persistence() 공개 메소드

public Beginget_metadata_persistence ( string apps, string names, System callback, object asyncState ) : System.IAsyncResult
apps string
names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_metadata_value() 공개 메소드

public Beginget_metadata_value ( string apps, string names, System callback, object asyncState ) : System.IAsyncResult
apps string
names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_scalar_vars() 공개 메소드

public Beginget_scalar_vars ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_scalar_vars_extended() 공개 메소드

public Beginget_scalar_vars_extended ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_strict_updates_state() 공개 메소드

public Beginget_strict_updates_state ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_table_vars() 공개 메소드

public Beginget_table_vars ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_table_vars_extended() 공개 메소드

public Beginget_table_vars_extended ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_template() 공개 메소드

public Beginget_template ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_traffic_group() 공개 메소드

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

public Beginis_device_group_inherited ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginis_template_modified() 공개 메소드

public Beginis_template_modified ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginis_traffic_group_inherited() 공개 메소드

public Beginis_traffic_group_inherited ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginmodify() 공개 메소드

public Beginmodify ( string apps, string templates, ManagementApplicationServiceScalarVar scalar_vars, ManagementApplicationServiceListVar list_vars, ManagementApplicationServiceTableVar table_vars, System callback, object asyncState ) : System.IAsyncResult
apps string
templates string
scalar_vars ManagementApplicationServiceScalarVar
list_vars ManagementApplicationServiceListVar
table_vars ManagementApplicationServiceTableVar
callback System
asyncState object
리턴 System.IAsyncResult

Beginmodify_extended() 공개 메소드

public Beginmodify_extended ( string apps, string templates, ManagementApplicationServiceScalarVarExtended scalar_vars, ManagementApplicationServiceListVarExtended list_vars, ManagementApplicationServiceTableVarExtended table_vars, System callback, object asyncState ) : System.IAsyncResult
apps string
templates string
scalar_vars ManagementApplicationServiceScalarVarExtended
list_vars ManagementApplicationServiceListVarExtended
table_vars ManagementApplicationServiceTableVarExtended
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_metadata() 공개 메소드

public Beginremove_all_metadata ( string apps, System callback, object asyncState ) : System.IAsyncResult
apps string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_metadata() 공개 메소드

public Beginremove_metadata ( string apps, string names, System callback, object asyncState ) : System.IAsyncResult
apps string
names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

public Beginset_description ( string apps, string values, System callback, object asyncState ) : System.IAsyncResult
apps string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_device_group() 공개 메소드

public Beginset_device_group ( string apps, string values, System callback, object asyncState ) : System.IAsyncResult
apps string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_metadata_description() 공개 메소드

public Beginset_metadata_description ( string apps, string names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
apps string
names string
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_metadata_persistence() 공개 메소드

public Beginset_metadata_persistence ( string apps, string names, CommonMetadataPersistence values, System callback, object asyncState ) : System.IAsyncResult
apps string
names string
values CommonMetadataPersistence
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_metadata_value() 공개 메소드

public Beginset_metadata_value ( string apps, string names, string values, System callback, object asyncState ) : System.IAsyncResult
apps string
names string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_strict_updates_state() 공개 메소드

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

Beginset_traffic_group() 공개 메소드

public Beginset_traffic_group ( string apps, string values, System callback, object asyncState ) : System.IAsyncResult
apps string
values string
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_metadata() 공개 메소드

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

Endconvert_to_generic() 공개 메소드

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

Endcreate() 공개 메소드

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

Endcreate_extended() 공개 메소드

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

Endcreate_generic() 공개 메소드

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

Enddelete_all_application_services() 공개 메소드

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

Enddelete_application_service() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_device_group() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_list_vars() 공개 메소드

public Endget_list_vars ( System asyncResult ) : iControl.ManagementApplicationServiceListVar[][]
asyncResult System
리턴 iControl.ManagementApplicationServiceListVar[][]

Endget_list_vars_extended() 공개 메소드

public Endget_list_vars_extended ( System asyncResult ) : iControl.ManagementApplicationServiceListVarExtended[][]
asyncResult System
리턴 iControl.ManagementApplicationServiceListVarExtended[][]

Endget_metadata() 공개 메소드

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

Endget_metadata_description() 공개 메소드

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

Endget_metadata_persistence() 공개 메소드

public Endget_metadata_persistence ( System asyncResult ) : CommonMetadataPersistence[][]
asyncResult System
리턴 CommonMetadataPersistence[][]

Endget_metadata_value() 공개 메소드

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

Endget_scalar_vars() 공개 메소드

public Endget_scalar_vars ( System asyncResult ) : iControl.ManagementApplicationServiceScalarVar[][]
asyncResult System
리턴 iControl.ManagementApplicationServiceScalarVar[][]

Endget_scalar_vars_extended() 공개 메소드

public Endget_scalar_vars_extended ( System asyncResult ) : iControl.ManagementApplicationServiceScalarVarExtended[][]
asyncResult System
리턴 iControl.ManagementApplicationServiceScalarVarExtended[][]

Endget_strict_updates_state() 공개 메소드

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

Endget_table_vars() 공개 메소드

public Endget_table_vars ( System asyncResult ) : iControl.ManagementApplicationServiceTableVar[][]
asyncResult System
리턴 iControl.ManagementApplicationServiceTableVar[][]

Endget_table_vars_extended() 공개 메소드

public Endget_table_vars_extended ( System asyncResult ) : iControl.ManagementApplicationServiceTableVarExtended[][]
asyncResult System
리턴 iControl.ManagementApplicationServiceTableVarExtended[][]

Endget_template() 공개 메소드

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

Endget_traffic_group() 공개 메소드

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

Endget_version() 공개 메소드

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

Endis_device_group_inherited() 공개 메소드

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

Endis_template_modified() 공개 메소드

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

Endis_traffic_group_inherited() 공개 메소드

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

Endmodify() 공개 메소드

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

Endmodify_extended() 공개 메소드

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

Endremove_all_metadata() 공개 메소드

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

Endremove_metadata() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_device_group() 공개 메소드

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

Endset_metadata_description() 공개 메소드

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

Endset_metadata_persistence() 공개 메소드

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

Endset_metadata_value() 공개 메소드

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

Endset_strict_updates_state() 공개 메소드

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

Endset_traffic_group() 공개 메소드

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

ManagementApplicationService() 공개 메소드

public ManagementApplicationService ( ) : System
리턴 System