C# Class iControl.ClassificationApplication

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

Public Methods

Method Description
Begincreate ( string applications, string categories, long ids, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_applications ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_application ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_category ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_id ( string applications, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_category ( string applications, string categories, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string applications, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string applications, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
ClassificationApplication ( ) : System
Endcreate ( System asyncResult ) : void
Enddelete_all_applications ( System asyncResult ) : void
Enddelete_application ( System asyncResult ) : void
Endget_category ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_id ( System asyncResult ) : long[]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_category ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void

Private Methods

Method Description
create ( string applications, string categories, long ids ) : void
delete_all_applications ( ) : void
delete_application ( string applications ) : void
get_category ( string applications ) : string[]
get_description ( string applications ) : string[]
get_enabled_state ( string applications ) : CommonEnabledState[]
get_id ( string applications ) : long[]
get_list ( ) : string[]
get_version ( ) : string
set_category ( string applications, string categories ) : void
set_description ( string applications, string descriptions ) : void
set_enabled_state ( string applications, CommonEnabledState states ) : void

Method Details

Begincreate() public method

public Begincreate ( string applications, string categories, long ids, System callback, object asyncState ) : System.IAsyncResult
applications string
categories string
ids long
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_applications() public method

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

Begindelete_application() public method

public Begindelete_application ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_category() public method

public Beginget_category ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_enabled_state() public method

public Beginget_enabled_state ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications string
callback System
asyncState object
return System.IAsyncResult

Beginget_id() public method

public Beginget_id ( string applications, System callback, object asyncState ) : System.IAsyncResult
applications 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_version() public method

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

Beginset_category() public method

public Beginset_category ( string applications, string categories, System callback, object asyncState ) : System.IAsyncResult
applications string
categories string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_enabled_state() public method

public Beginset_enabled_state ( string applications, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
applications string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

ClassificationApplication() public method

public ClassificationApplication ( ) : System
return System

Endcreate() public method

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

Enddelete_all_applications() public method

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

Enddelete_application() public method

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

Endget_category() public method

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

Endget_description() public method

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

Endget_enabled_state() public method

public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_id() public method

public Endget_id ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_list() public method

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

Endget_version() public method

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

Endset_category() public method

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

Endset_description() public method

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

Endset_enabled_state() public method

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