C# 클래스 iControl.LocalLBContentPolicyStrategy

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Beginadd_operand() 공개 메소드

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
리턴 System.IAsyncResult

Begincreate() 공개 메소드

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

Begindelete_all_policy_strategies() 공개 메소드

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

Begindelete_policy_strategy() 공개 메소드

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

Beginget_description() 공개 메소드

public Beginget_description ( string strategies, System callback, object asyncState ) : System.IAsyncResult
strategies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

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

Beginget_operand() 공개 메소드

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

Beginget_operand_event() 공개 메소드

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

Beginget_operand_selector() 공개 메소드

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

Beginget_operand_type() 공개 메소드

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

Beginget_type() 공개 메소드

public Beginget_type ( string strategies, System callback, object asyncState ) : System.IAsyncResult
strategies string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginremove_all_operands() 공개 메소드

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

Beginremove_operand() 공개 메소드

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

Beginset_description() 공개 메소드

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

Beginset_operand_event() 공개 메소드

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
리턴 System.IAsyncResult

Beginset_operand_selector() 공개 메소드

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
리턴 System.IAsyncResult

Beginset_operand_type() 공개 메소드

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
리턴 System.IAsyncResult

Beginset_type() 공개 메소드

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

Endadd_operand() 공개 메소드

public Endadd_operand ( System asyncResult ) : void
asyncResult System
리턴 void

Endcreate() 공개 메소드

public Endcreate ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_all_policy_strategies() 공개 메소드

public Enddelete_all_policy_strategies ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_policy_strategy() 공개 메소드

public Enddelete_policy_strategy ( System asyncResult ) : void
asyncResult System
리턴 void

Endget_description() 공개 메소드

public Endget_description ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_list() 공개 메소드

public Endget_list ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_operand() 공개 메소드

public Endget_operand ( System asyncResult ) : long[][]
asyncResult System
리턴 long[][]

Endget_operand_event() 공개 메소드

public Endget_operand_event ( System asyncResult ) : LocalLBPolicyEvent[][]
asyncResult System
리턴 LocalLBPolicyEvent[][]

Endget_operand_selector() 공개 메소드

public Endget_operand_selector ( System asyncResult ) : LocalLBPolicySelector[][]
asyncResult System
리턴 LocalLBPolicySelector[][]

Endget_operand_type() 공개 메소드

public Endget_operand_type ( System asyncResult ) : LocalLBPolicyOperand[][]
asyncResult System
리턴 LocalLBPolicyOperand[][]

Endget_type() 공개 메소드

public Endget_type ( System asyncResult ) : LocalLBContentPolicyStrategyPolicyStrategy[]
asyncResult System
리턴 LocalLBContentPolicyStrategyPolicyStrategy[]

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string

Endremove_all_operands() 공개 메소드

public Endremove_all_operands ( System asyncResult ) : void
asyncResult System
리턴 void

Endremove_operand() 공개 메소드

public Endremove_operand ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_description() 공개 메소드

public Endset_description ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_operand_event() 공개 메소드

public Endset_operand_event ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_operand_selector() 공개 메소드

public Endset_operand_selector ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_operand_type() 공개 메소드

public Endset_operand_type ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_type() 공개 메소드

public Endset_type ( System asyncResult ) : void
asyncResult System
리턴 void

LocalLBContentPolicyStrategy() 공개 메소드

public LocalLBContentPolicyStrategy ( ) : System
리턴 System