C# Class iControl.LocalLBContentPolicyStrategy

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

Public Methods

Method 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

Method 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 method

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
return System.IAsyncResult

Begincreate() public method

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

Begindelete_all_policy_strategies() public method

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

Begindelete_policy_strategy() public method

public Begindelete_policy_strategy ( string strategies, System callback, object asyncState ) : System.IAsyncResult
strategies string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

public Beginget_operand ( string strategies, System callback, object asyncState ) : System.IAsyncResult
strategies string
callback System
asyncState object
return System.IAsyncResult

Beginget_operand_event() public method

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

Beginget_operand_selector() public method

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

Beginget_operand_type() public method

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

Beginget_type() public method

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

Beginremove_all_operands() public method

public Beginremove_all_operands ( string strategies, System callback, object asyncState ) : System.IAsyncResult
strategies string
callback System
asyncState object
return System.IAsyncResult

Beginremove_operand() public method

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

Beginset_description() public method

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

Beginset_operand_event() public method

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
return System.IAsyncResult

Beginset_operand_selector() public method

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
return System.IAsyncResult

Beginset_operand_type() public method

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
return System.IAsyncResult

Beginset_type() public method

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

Endadd_operand() public method

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

Endcreate() public method

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

Enddelete_all_policy_strategies() public method

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

Enddelete_policy_strategy() public method

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

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_operand() public method

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

Endget_operand_event() public method

public Endget_operand_event ( System asyncResult ) : LocalLBPolicyEvent[][]
asyncResult System
return LocalLBPolicyEvent[][]

Endget_operand_selector() public method

public Endget_operand_selector ( System asyncResult ) : LocalLBPolicySelector[][]
asyncResult System
return LocalLBPolicySelector[][]

Endget_operand_type() public method

public Endget_operand_type ( System asyncResult ) : LocalLBPolicyOperand[][]
asyncResult System
return LocalLBPolicyOperand[][]

Endget_type() public method

public Endget_type ( System asyncResult ) : LocalLBContentPolicyStrategyPolicyStrategy[]
asyncResult System
return LocalLBContentPolicyStrategyPolicyStrategy[]

Endget_version() public method

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

Endremove_all_operands() public method

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

Endremove_operand() public method

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

Endset_description() public method

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

Endset_operand_event() public method

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

Endset_operand_selector() public method

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

Endset_operand_type() public method

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

Endset_type() public method

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

LocalLBContentPolicyStrategy() public method

public LocalLBContentPolicyStrategy ( ) : System
return System