C# Class iControl.ClassificationCategory

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Begincreate ( string categories, long ids, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_categories ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_category ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_id ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_irule_event_state ( string categories, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string categories, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string categories, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_irule_event_state ( string categories, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
ClassificationCategory ( ) : System
Endcreate ( System asyncResult ) : void
Enddelete_all_categories ( System asyncResult ) : void
Enddelete_category ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_id ( System asyncResult ) : long[]
Endget_irule_event_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void
Endset_irule_event_state ( System asyncResult ) : void

Private Methods

Méthode Description
create ( string categories, long ids ) : void
delete_all_categories ( ) : void
delete_category ( string categories ) : void
get_description ( string categories ) : string[]
get_enabled_state ( string categories ) : CommonEnabledState[]
get_id ( string categories ) : long[]
get_irule_event_state ( string categories ) : CommonEnabledState[]
get_list ( ) : string[]
get_version ( ) : string
set_description ( string categories, string descriptions ) : void
set_enabled_state ( string categories, CommonEnabledState states ) : void
set_irule_event_state ( string categories, CommonEnabledState states ) : void

Method Details

Begincreate() public méthode

public Begincreate ( string categories, long ids, System callback, object asyncState ) : System.IAsyncResult
categories string
ids long
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_all_categories() public méthode

public Begindelete_all_categories ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_category() public méthode

public Begindelete_category ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_description() public méthode

public Beginget_description ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_enabled_state() public méthode

public Beginget_enabled_state ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_id() public méthode

public Beginget_id ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_irule_event_state() public méthode

public Beginget_irule_event_state ( string categories, System callback, object asyncState ) : System.IAsyncResult
categories string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_list() public méthode

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_version() public méthode

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_description() public méthode

public Beginset_description ( string categories, string descriptions, System callback, object asyncState ) : System.IAsyncResult
categories string
descriptions string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_enabled_state() public méthode

public Beginset_enabled_state ( string categories, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
categories string
states CommonEnabledState
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_irule_event_state() public méthode

public Beginset_irule_event_state ( string categories, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
categories string
states CommonEnabledState
callback System
asyncState object
Résultat System.IAsyncResult

ClassificationCategory() public méthode

public ClassificationCategory ( ) : System
Résultat System

Endcreate() public méthode

public Endcreate ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_all_categories() public méthode

public Enddelete_all_categories ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_category() public méthode

public Enddelete_category ( System asyncResult ) : void
asyncResult System
Résultat void

Endget_description() public méthode

public Endget_description ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_enabled_state() public méthode

public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Résultat CommonEnabledState[]

Endget_id() public méthode

public Endget_id ( System asyncResult ) : long[]
asyncResult System
Résultat long[]

Endget_irule_event_state() public méthode

public Endget_irule_event_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Résultat CommonEnabledState[]

Endget_list() public méthode

public Endget_list ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_version() public méthode

public Endget_version ( System asyncResult ) : string
asyncResult System
Résultat string

Endset_description() public méthode

public Endset_description ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_enabled_state() public méthode

public Endset_enabled_state ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_irule_event_state() public méthode

public Endset_irule_event_state ( System asyncResult ) : void
asyncResult System
Résultat void