C# Class iControl.LocalLBContentPolicyStrategy

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

Méthodes publiques

Méthode Description
Beginadd_operand ( string strategies, long operand_ids, LocalLBPolicyOperand operands, LocalLBPolicyEvent events, LocalLBPolicySelector selectors, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string strategies, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_policy_strategies ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_policy_strategy ( string strategies, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string strategies, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_operand ( string strategies, System callback, object asyncState ) : System.IAsyncResult
Beginget_operand_event ( string strategies, long operand_ids, System callback, object asyncState ) : System.IAsyncResult
Beginget_operand_selector ( string strategies, long operand_ids, System callback, object asyncState ) : System.IAsyncResult
Beginget_operand_type ( string strategies, long operand_ids, System callback, object asyncState ) : System.IAsyncResult
Beginget_type ( string strategies, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_operands ( string strategies, System callback, object asyncState ) : System.IAsyncResult
Beginremove_operand ( string strategies, long operand_ids, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string strategies, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_operand_event ( string strategies, long operand_ids, LocalLBPolicyEvent events, System callback, object asyncState ) : System.IAsyncResult
Beginset_operand_selector ( string strategies, long operand_ids, LocalLBPolicySelector selectors, System callback, object asyncState ) : System.IAsyncResult
Beginset_operand_type ( string strategies, long operand_ids, LocalLBPolicyOperand operands, System callback, object asyncState ) : System.IAsyncResult
Beginset_type ( string strategies, LocalLBContentPolicyStrategyPolicyStrategy types, System callback, object asyncState ) : System.IAsyncResult
Endadd_operand ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_policy_strategies ( System asyncResult ) : void
Enddelete_policy_strategy ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_operand ( System asyncResult ) : long[][]
Endget_operand_event ( System asyncResult ) : LocalLBPolicyEvent[][]
Endget_operand_selector ( System asyncResult ) : LocalLBPolicySelector[][]
Endget_operand_type ( System asyncResult ) : LocalLBPolicyOperand[][]
Endget_type ( System asyncResult ) : LocalLBContentPolicyStrategyPolicyStrategy[]
Endget_version ( System asyncResult ) : string
Endremove_all_operands ( System asyncResult ) : void
Endremove_operand ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_operand_event ( System asyncResult ) : void
Endset_operand_selector ( System asyncResult ) : void
Endset_operand_type ( System asyncResult ) : void
Endset_type ( System asyncResult ) : void
LocalLBContentPolicyStrategy ( ) : System

Private Methods

Méthode Description
add_operand ( string strategies, long operand_ids, LocalLBPolicyOperand operands, LocalLBPolicyEvent events, LocalLBPolicySelector selectors ) : void
create ( string strategies ) : void
delete_all_policy_strategies ( ) : void
delete_policy_strategy ( string strategies ) : void
get_description ( string strategies ) : string[]
get_list ( ) : string[]
get_operand ( string strategies ) : long[][]
get_operand_event ( string strategies, long operand_ids ) : LocalLBPolicyEvent[][]
get_operand_selector ( string strategies, long operand_ids ) : LocalLBPolicySelector[][]
get_operand_type ( string strategies, long operand_ids ) : LocalLBPolicyOperand[][]
get_type ( string strategies ) : LocalLBContentPolicyStrategyPolicyStrategy[]
get_version ( ) : string
remove_all_operands ( string strategies ) : void
remove_operand ( string strategies, long operand_ids ) : void
set_description ( string strategies, string descriptions ) : void
set_operand_event ( string strategies, long operand_ids, LocalLBPolicyEvent events ) : void
set_operand_selector ( string strategies, long operand_ids, LocalLBPolicySelector selectors ) : void
set_operand_type ( string strategies, long operand_ids, LocalLBPolicyOperand operands ) : void
set_type ( string strategies, LocalLBContentPolicyStrategyPolicyStrategy types ) : void

Method Details

Beginadd_operand() public méthode

public Beginadd_operand ( string strategies, long operand_ids, LocalLBPolicyOperand operands, LocalLBPolicyEvent events, LocalLBPolicySelector selectors, System callback, object asyncState ) : System.IAsyncResult
strategies string
operand_ids long
operands LocalLBPolicyOperand
events LocalLBPolicyEvent
selectors LocalLBPolicySelector
callback System
asyncState object
Résultat System.IAsyncResult

Begincreate() public méthode

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

Begindelete_all_policy_strategies() public méthode

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

Begindelete_policy_strategy() public méthode

public Begindelete_policy_strategy ( string strategies, System callback, object asyncState ) : System.IAsyncResult
strategies string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_description() public méthode

public Beginget_description ( string strategies, System callback, object asyncState ) : System.IAsyncResult
strategies 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_operand() public méthode

public Beginget_operand ( string strategies, System callback, object asyncState ) : System.IAsyncResult
strategies string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_operand_event() public méthode

public Beginget_operand_event ( string strategies, long operand_ids, System callback, object asyncState ) : System.IAsyncResult
strategies string
operand_ids long
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_operand_selector() public méthode

public Beginget_operand_selector ( string strategies, long operand_ids, System callback, object asyncState ) : System.IAsyncResult
strategies string
operand_ids long
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_operand_type() public méthode

public Beginget_operand_type ( string strategies, long operand_ids, System callback, object asyncState ) : System.IAsyncResult
strategies string
operand_ids long
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_type() public méthode

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

Beginremove_all_operands() public méthode

public Beginremove_all_operands ( string strategies, System callback, object asyncState ) : System.IAsyncResult
strategies string
callback System
asyncState object
Résultat System.IAsyncResult

Beginremove_operand() public méthode

public Beginremove_operand ( string strategies, long operand_ids, System callback, object asyncState ) : System.IAsyncResult
strategies string
operand_ids long
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_description() public méthode

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

Beginset_operand_event() public méthode

public Beginset_operand_event ( string strategies, long operand_ids, LocalLBPolicyEvent events, System callback, object asyncState ) : System.IAsyncResult
strategies string
operand_ids long
events LocalLBPolicyEvent
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_operand_selector() public méthode

public Beginset_operand_selector ( string strategies, long operand_ids, LocalLBPolicySelector selectors, System callback, object asyncState ) : System.IAsyncResult
strategies string
operand_ids long
selectors LocalLBPolicySelector
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_operand_type() public méthode

public Beginset_operand_type ( string strategies, long operand_ids, LocalLBPolicyOperand operands, System callback, object asyncState ) : System.IAsyncResult
strategies string
operand_ids long
operands LocalLBPolicyOperand
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_type() public méthode

public Beginset_type ( string strategies, LocalLBContentPolicyStrategyPolicyStrategy types, System callback, object asyncState ) : System.IAsyncResult
strategies string
types LocalLBContentPolicyStrategyPolicyStrategy
callback System
asyncState object
Résultat System.IAsyncResult

Endadd_operand() public méthode

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

Endcreate() public méthode

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

Enddelete_all_policy_strategies() public méthode

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

Enddelete_policy_strategy() public méthode

public Enddelete_policy_strategy ( 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_list() public méthode

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

Endget_operand() public méthode

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

Endget_operand_event() public méthode

public Endget_operand_event ( System asyncResult ) : LocalLBPolicyEvent[][]
asyncResult System
Résultat LocalLBPolicyEvent[][]

Endget_operand_selector() public méthode

public Endget_operand_selector ( System asyncResult ) : LocalLBPolicySelector[][]
asyncResult System
Résultat LocalLBPolicySelector[][]

Endget_operand_type() public méthode

public Endget_operand_type ( System asyncResult ) : LocalLBPolicyOperand[][]
asyncResult System
Résultat LocalLBPolicyOperand[][]

Endget_type() public méthode

public Endget_type ( System asyncResult ) : LocalLBContentPolicyStrategyPolicyStrategy[]
asyncResult System
Résultat LocalLBContentPolicyStrategyPolicyStrategy[]

Endget_version() public méthode

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

Endremove_all_operands() public méthode

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

Endremove_operand() public méthode

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

Endset_description() public méthode

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

Endset_operand_event() public méthode

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

Endset_operand_selector() public méthode

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

Endset_operand_type() public méthode

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

Endset_type() public méthode

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

LocalLBContentPolicyStrategy() public méthode

public LocalLBContentPolicyStrategy ( ) : System
Résultat System