C# 클래스 iControl.LogIPFIXInformationElement

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

공개 메소드들

메소드 설명
Begincreate ( string elements, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_ipfix_elements ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_ipfix_element ( string elements, System callback, object asyncState ) : System.IAsyncResult
Beginget_data_type ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_data_type_size ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_element_id ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_enterprise_id ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_data_type ( string elements, LogIPFIXInformationElementDataType values, System callback, object asyncState ) : System.IAsyncResult
Beginset_data_type_size ( string elements, short values, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string elements, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_element_id ( string elements, short values, System callback, object asyncState ) : System.IAsyncResult
Beginset_enterprise_id ( string elements, long values, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_ipfix_elements ( System asyncResult ) : void
Enddelete_ipfix_element ( System asyncResult ) : void
Endget_data_type ( System asyncResult ) : LogIPFIXInformationElementDataType[]
Endget_data_type_size ( System asyncResult ) : short[]
Endget_description ( System asyncResult ) : string[]
Endget_element_id ( System asyncResult ) : short[]
Endget_enterprise_id ( System asyncResult ) : long[]
Endget_list ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_data_type ( System asyncResult ) : void
Endset_data_type_size ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_element_id ( System asyncResult ) : void
Endset_enterprise_id ( System asyncResult ) : void
LogIPFIXInformationElement ( ) : System

비공개 메소드들

메소드 설명
create ( string elements ) : void
delete_all_ipfix_elements ( ) : void
delete_ipfix_element ( string elements ) : void
get_data_type ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources ) : LogIPFIXInformationElementDataType[]
get_data_type_size ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources ) : short[]
get_description ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources ) : string[]
get_element_id ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources ) : short[]
get_enterprise_id ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources ) : long[]
get_list ( ) : string[]
get_version ( ) : string
set_data_type ( string elements, LogIPFIXInformationElementDataType values ) : void
set_data_type_size ( string elements, short values ) : void
set_description ( string elements, string descriptions ) : void
set_element_id ( string elements, short values ) : void
set_enterprise_id ( string elements, long values ) : void

메소드 상세

Begincreate() 공개 메소드

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

Begindelete_all_ipfix_elements() 공개 메소드

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

Begindelete_ipfix_element() 공개 메소드

public Begindelete_ipfix_element ( string elements, System callback, object asyncState ) : System.IAsyncResult
elements string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_data_type() 공개 메소드

public Beginget_data_type ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources, System callback, object asyncState ) : System.IAsyncResult
elements string
definition_sources LogIPFIXInformationElementDefinitionSource
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_data_type_size() 공개 메소드

public Beginget_data_type_size ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources, System callback, object asyncState ) : System.IAsyncResult
elements string
definition_sources LogIPFIXInformationElementDefinitionSource
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

public Beginget_description ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources, System callback, object asyncState ) : System.IAsyncResult
elements string
definition_sources LogIPFIXInformationElementDefinitionSource
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_element_id() 공개 메소드

public Beginget_element_id ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources, System callback, object asyncState ) : System.IAsyncResult
elements string
definition_sources LogIPFIXInformationElementDefinitionSource
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_enterprise_id() 공개 메소드

public Beginget_enterprise_id ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources, System callback, object asyncState ) : System.IAsyncResult
elements string
definition_sources LogIPFIXInformationElementDefinitionSource
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

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

Beginget_version() 공개 메소드

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

Beginset_data_type() 공개 메소드

public Beginset_data_type ( string elements, LogIPFIXInformationElementDataType values, System callback, object asyncState ) : System.IAsyncResult
elements string
values LogIPFIXInformationElementDataType
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_data_type_size() 공개 메소드

public Beginset_data_type_size ( string elements, short values, System callback, object asyncState ) : System.IAsyncResult
elements string
values short
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_element_id() 공개 메소드

public Beginset_element_id ( string elements, short values, System callback, object asyncState ) : System.IAsyncResult
elements string
values short
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_enterprise_id() 공개 메소드

public Beginset_enterprise_id ( string elements, long values, System callback, object asyncState ) : System.IAsyncResult
elements string
values long
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Enddelete_all_ipfix_elements() 공개 메소드

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

Enddelete_ipfix_element() 공개 메소드

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

Endget_data_type() 공개 메소드

public Endget_data_type ( System asyncResult ) : LogIPFIXInformationElementDataType[]
asyncResult System
리턴 LogIPFIXInformationElementDataType[]

Endget_data_type_size() 공개 메소드

public Endget_data_type_size ( System asyncResult ) : short[]
asyncResult System
리턴 short[]

Endget_description() 공개 메소드

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

Endget_element_id() 공개 메소드

public Endget_element_id ( System asyncResult ) : short[]
asyncResult System
리턴 short[]

Endget_enterprise_id() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_version() 공개 메소드

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

Endset_data_type() 공개 메소드

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

Endset_data_type_size() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_element_id() 공개 메소드

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

Endset_enterprise_id() 공개 메소드

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

LogIPFIXInformationElement() 공개 메소드

public LogIPFIXInformationElement ( ) : System
리턴 System