C# Class iControl.LocalLBProfileUserStatistic

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
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_all_statistics ( 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_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_statistic_name ( string profile_names, LocalLBProfileUserStatisticUserStatisticKey statistic_keys, System callback, object asyncState ) : System.IAsyncResult
Beginget_statistics ( 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
Beginreset_statistics ( string profile_names, 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
Beginset_statistic_name ( string profile_names, LocalLBProfileUserStatisticUserStatisticName statistic_names, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_all_statistics ( System asyncResult ) : LocalLBProfileUserStatisticProfileUserStatisticStatistics
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_statistic_name ( System asyncResult ) : iControl.LocalLBProfileUserStatisticUserStatisticName[][]
Endget_statistics ( System asyncResult ) : LocalLBProfileUserStatisticProfileUserStatisticStatistics
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endreset_statistics ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_statistic_name ( System asyncResult ) : void
LocalLBProfileUserStatistic ( ) : System

Private Methods

Method Description
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_all_statistics ( ) : LocalLBProfileUserStatisticProfileUserStatisticStatistics
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_list ( ) : string[]
get_statistic_name ( string profile_names, LocalLBProfileUserStatisticUserStatisticKey statistic_keys ) : iControl.LocalLBProfileUserStatisticUserStatisticName[][]
get_statistics ( string profile_names ) : LocalLBProfileUserStatisticProfileUserStatisticStatistics
get_version ( ) : string
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
reset_statistics ( string profile_names ) : void
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_statistic_name ( string profile_names, LocalLBProfileUserStatisticUserStatisticName statistic_names ) : void

Method Details

Begincreate() public method

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

Begindelete_all_profiles() public method

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

Begindelete_profile() public method

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

Beginget_all_statistics() public method

public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_default_profile() public method

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

Beginget_description() public method

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

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_statistic_name() public method

public Beginget_statistic_name ( string profile_names, LocalLBProfileUserStatisticUserStatisticKey statistic_keys, System callback, object asyncState ) : System.IAsyncResult
profile_names string
statistic_keys LocalLBProfileUserStatisticUserStatisticKey
callback System
asyncState object
return System.IAsyncResult

Beginget_statistics() public method

public Beginget_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

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

Beginis_base_profile() public method

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

Beginis_system_profile() public method

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

Beginreset_statistics() public method

public Beginreset_statistics ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginset_default_profile() public method

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

Beginset_description() public method

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

Beginset_statistic_name() public method

public Beginset_statistic_name ( string profile_names, LocalLBProfileUserStatisticUserStatisticName statistic_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
statistic_names LocalLBProfileUserStatisticUserStatisticName
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_profiles() public method

public Enddelete_all_profiles ( System asyncResult ) : void
asyncResult System
return void

Enddelete_profile() public method

public Enddelete_profile ( System asyncResult ) : void
asyncResult System
return void

Endget_all_statistics() public method

public Endget_all_statistics ( System asyncResult ) : LocalLBProfileUserStatisticProfileUserStatisticStatistics
asyncResult System
return LocalLBProfileUserStatisticProfileUserStatisticStatistics

Endget_default_profile() public method

public Endget_default_profile ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_description() public method

public Endget_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_statistic_name() public method

public Endget_statistic_name ( System asyncResult ) : iControl.LocalLBProfileUserStatisticUserStatisticName[][]
asyncResult System
return iControl.LocalLBProfileUserStatisticUserStatisticName[][]

Endget_statistics() public method

public Endget_statistics ( System asyncResult ) : LocalLBProfileUserStatisticProfileUserStatisticStatistics
asyncResult System
return LocalLBProfileUserStatisticProfileUserStatisticStatistics

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endis_base_profile() public method

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endis_system_profile() public method

public Endis_system_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endreset_statistics() public method

public Endreset_statistics ( System asyncResult ) : void
asyncResult System
return void

Endset_default_profile() public method

public Endset_default_profile ( System asyncResult ) : void
asyncResult System
return void

Endset_description() public method

public Endset_description ( System asyncResult ) : void
asyncResult System
return void

Endset_statistic_name() public method

public Endset_statistic_name ( System asyncResult ) : void
asyncResult System
return void

LocalLBProfileUserStatistic() public method

public LocalLBProfileUserStatistic ( ) : System
return System