C# 클래스 iControl.ManagementSFlowReceiver

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Begincreate ( string receivers, string addresses, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_sflow_receivers ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_sflow_receiver ( string receivers, System callback, object asyncState ) : System.IAsyncResult
Beginget_address ( string receivers, System callback, object asyncState ) : System.IAsyncResult
Beginget_datagram_version ( string receivers, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string receivers, System callback, object asyncState ) : System.IAsyncResult
Beginget_enabled_state ( string receivers, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_datagram_size ( string receivers, System callback, object asyncState ) : System.IAsyncResult
Beginget_port ( string receivers, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_address ( string receivers, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string receivers, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_enabled_state ( string receivers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_datagram_size ( string receivers, long sizes, System callback, object asyncState ) : System.IAsyncResult
Beginset_port ( string receivers, long ports, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_sflow_receivers ( System asyncResult ) : void
Enddelete_sflow_receiver ( System asyncResult ) : void
Endget_address ( System asyncResult ) : string[]
Endget_datagram_version ( System asyncResult ) : long[]
Endget_description ( System asyncResult ) : string[]
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_maximum_datagram_size ( System asyncResult ) : long[]
Endget_port ( System asyncResult ) : long[]
Endget_version ( System asyncResult ) : string
Endset_address ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_enabled_state ( System asyncResult ) : void
Endset_maximum_datagram_size ( System asyncResult ) : void
Endset_port ( System asyncResult ) : void
ManagementSFlowReceiver ( ) : System

비공개 메소드들

메소드 설명
create ( string receivers, string addresses ) : void
delete_all_sflow_receivers ( ) : void
delete_sflow_receiver ( string receivers ) : void
get_address ( string receivers ) : string[]
get_datagram_version ( string receivers ) : long[]
get_description ( string receivers ) : string[]
get_enabled_state ( string receivers ) : CommonEnabledState[]
get_list ( ) : string[]
get_maximum_datagram_size ( string receivers ) : long[]
get_port ( string receivers ) : long[]
get_version ( ) : string
set_address ( string receivers, string addresses ) : void
set_description ( string receivers, string descriptions ) : void
set_enabled_state ( string receivers, CommonEnabledState states ) : void
set_maximum_datagram_size ( string receivers, long sizes ) : void
set_port ( string receivers, long ports ) : void

메소드 상세

Begincreate() 공개 메소드

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

Begindelete_all_sflow_receivers() 공개 메소드

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

Begindelete_sflow_receiver() 공개 메소드

public Begindelete_sflow_receiver ( string receivers, System callback, object asyncState ) : System.IAsyncResult
receivers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_address() 공개 메소드

public Beginget_address ( string receivers, System callback, object asyncState ) : System.IAsyncResult
receivers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_datagram_version() 공개 메소드

public Beginget_datagram_version ( string receivers, System callback, object asyncState ) : System.IAsyncResult
receivers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

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

Beginget_enabled_state() 공개 메소드

public Beginget_enabled_state ( string receivers, System callback, object asyncState ) : System.IAsyncResult
receivers 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_maximum_datagram_size() 공개 메소드

public Beginget_maximum_datagram_size ( string receivers, System callback, object asyncState ) : System.IAsyncResult
receivers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_port() 공개 메소드

public Beginget_port ( string receivers, System callback, object asyncState ) : System.IAsyncResult
receivers string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginset_address() 공개 메소드

public Beginset_address ( string receivers, string addresses, System callback, object asyncState ) : System.IAsyncResult
receivers string
addresses string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_enabled_state() 공개 메소드

public Beginset_enabled_state ( string receivers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
receivers string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_maximum_datagram_size() 공개 메소드

public Beginset_maximum_datagram_size ( string receivers, long sizes, System callback, object asyncState ) : System.IAsyncResult
receivers string
sizes long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_port() 공개 메소드

public Beginset_port ( string receivers, long ports, System callback, object asyncState ) : System.IAsyncResult
receivers string
ports long
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Enddelete_all_sflow_receivers() 공개 메소드

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

Enddelete_sflow_receiver() 공개 메소드

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

Endget_address() 공개 메소드

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

Endget_datagram_version() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_enabled_state() 공개 메소드

public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_list() 공개 메소드

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

Endget_maximum_datagram_size() 공개 메소드

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

Endget_port() 공개 메소드

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

Endget_version() 공개 메소드

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

Endset_address() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_enabled_state() 공개 메소드

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

Endset_maximum_datagram_size() 공개 메소드

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

Endset_port() 공개 메소드

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

ManagementSFlowReceiver() 공개 메소드

public ManagementSFlowReceiver ( ) : System
리턴 System