C# Class iControl.LogIPFIXInformationElement

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

Public Methods

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

Private Methods

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

Method Details

Begincreate() public method

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

Begindelete_all_ipfix_elements() public method

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

Begindelete_ipfix_element() public method

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

Beginget_data_type() public method

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

Beginget_data_type_size() public method

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

Beginget_description() public method

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

Beginget_element_id() public method

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

Beginget_enterprise_id() public method

public Beginget_enterprise_id ( string elements, LogIPFIXInformationElementDefinitionSource definition_sources, System callback, object asyncState ) : System.IAsyncResult
elements string
definition_sources LogIPFIXInformationElementDefinitionSource
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_version() public method

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

Beginset_data_type() public method

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

Beginset_data_type_size() public method

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

Beginset_description() public method

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

Beginset_element_id() public method

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

Beginset_enterprise_id() public method

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

Endcreate() public method

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

Enddelete_all_ipfix_elements() public method

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

Enddelete_ipfix_element() public method

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

Endget_data_type() public method

public Endget_data_type ( System asyncResult ) : LogIPFIXInformationElementDataType[]
asyncResult System
return LogIPFIXInformationElementDataType[]

Endget_data_type_size() public method

public Endget_data_type_size ( System asyncResult ) : short[]
asyncResult System
return short[]

Endget_description() public method

public Endget_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_element_id() public method

public Endget_element_id ( System asyncResult ) : short[]
asyncResult System
return short[]

Endget_enterprise_id() public method

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

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_version() public method

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

Endset_data_type() public method

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

Endset_data_type_size() public method

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

Endset_description() public method

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

Endset_element_id() public method

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

Endset_enterprise_id() public method

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

LogIPFIXInformationElement() public method

public LogIPFIXInformationElement ( ) : System
return System