C# Класс iControl.LogDestinationIPFIX

Наследование: iControlInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Begincreate ( string destinations, string pools, string profiles, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_ipfix_destinations ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_ipfix_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_log_protocol ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_pool ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_serverssl_profile ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_template_delete_delay ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_template_retransmit_interval ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_transport_profile ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string destinations, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_protocol ( string destinations, LogDestinationIPFIXProtocolVersion protocols, System callback, object asyncState ) : System.IAsyncResult
Beginset_pool ( string destinations, string pools, System callback, object asyncState ) : System.IAsyncResult
Beginset_serverssl_profile ( string destinations, string profiles, System callback, object asyncState ) : System.IAsyncResult
Beginset_template_delete_delay ( string destinations, long delays, System callback, object asyncState ) : System.IAsyncResult
Beginset_template_retransmit_interval ( string destinations, long intervals, System callback, object asyncState ) : System.IAsyncResult
Beginset_transport_profile ( string destinations, string profiles, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_ipfix_destinations ( System asyncResult ) : void
Enddelete_ipfix_destination ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_log_protocol ( System asyncResult ) : LogDestinationIPFIXProtocolVersion[]
Endget_pool ( System asyncResult ) : string[]
Endget_serverssl_profile ( System asyncResult ) : string[]
Endget_template_delete_delay ( System asyncResult ) : long[]
Endget_template_retransmit_interval ( System asyncResult ) : long[]
Endget_transport_profile ( System asyncResult ) : string[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_log_protocol ( System asyncResult ) : void
Endset_pool ( System asyncResult ) : void
Endset_serverssl_profile ( System asyncResult ) : void
Endset_template_delete_delay ( System asyncResult ) : void
Endset_template_retransmit_interval ( System asyncResult ) : void
Endset_transport_profile ( System asyncResult ) : void
LogDestinationIPFIX ( ) : System

Приватные методы

Метод Описание
create ( string destinations, string pools, string profiles ) : void
delete_all_ipfix_destinations ( ) : void
delete_ipfix_destination ( string destinations ) : void
get_description ( string destinations ) : string[]
get_list ( ) : string[]
get_log_protocol ( string destinations ) : LogDestinationIPFIXProtocolVersion[]
get_pool ( string destinations ) : string[]
get_serverssl_profile ( string destinations ) : string[]
get_template_delete_delay ( string destinations ) : long[]
get_template_retransmit_interval ( string destinations ) : long[]
get_transport_profile ( string destinations ) : string[]
get_version ( ) : string
set_description ( string destinations, string descriptions ) : void
set_log_protocol ( string destinations, LogDestinationIPFIXProtocolVersion protocols ) : void
set_pool ( string destinations, string pools ) : void
set_serverssl_profile ( string destinations, string profiles ) : void
set_template_delete_delay ( string destinations, long delays ) : void
set_template_retransmit_interval ( string destinations, long intervals ) : void
set_transport_profile ( string destinations, string profiles ) : void

Описание методов

Begincreate() публичный Метод

public Begincreate ( string destinations, string pools, string profiles, System callback, object asyncState ) : System.IAsyncResult
destinations string
pools string
profiles string
callback System
asyncState object
Результат System.IAsyncResult

Begindelete_all_ipfix_destinations() публичный Метод

public Begindelete_all_ipfix_destinations ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Результат System.IAsyncResult

Begindelete_ipfix_destination() публичный Метод

public Begindelete_ipfix_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_description() публичный Метод

public Beginget_description ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations 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_log_protocol() публичный Метод

public Beginget_log_protocol ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_pool() публичный Метод

public Beginget_pool ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_serverssl_profile() публичный Метод

public Beginget_serverssl_profile ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_template_delete_delay() публичный Метод

public Beginget_template_delete_delay ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_template_retransmit_interval() публичный Метод

public Beginget_template_retransmit_interval ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Результат System.IAsyncResult

Beginget_transport_profile() публичный Метод

public Beginget_transport_profile ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations 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_description() публичный Метод

public Beginset_description ( string destinations, string descriptions, System callback, object asyncState ) : System.IAsyncResult
destinations string
descriptions string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_log_protocol() публичный Метод

public Beginset_log_protocol ( string destinations, LogDestinationIPFIXProtocolVersion protocols, System callback, object asyncState ) : System.IAsyncResult
destinations string
protocols LogDestinationIPFIXProtocolVersion
callback System
asyncState object
Результат System.IAsyncResult

Beginset_pool() публичный Метод

public Beginset_pool ( string destinations, string pools, System callback, object asyncState ) : System.IAsyncResult
destinations string
pools string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_serverssl_profile() публичный Метод

public Beginset_serverssl_profile ( string destinations, string profiles, System callback, object asyncState ) : System.IAsyncResult
destinations string
profiles string
callback System
asyncState object
Результат System.IAsyncResult

Beginset_template_delete_delay() публичный Метод

public Beginset_template_delete_delay ( string destinations, long delays, System callback, object asyncState ) : System.IAsyncResult
destinations string
delays long
callback System
asyncState object
Результат System.IAsyncResult

Beginset_template_retransmit_interval() публичный Метод

public Beginset_template_retransmit_interval ( string destinations, long intervals, System callback, object asyncState ) : System.IAsyncResult
destinations string
intervals long
callback System
asyncState object
Результат System.IAsyncResult

Beginset_transport_profile() публичный Метод

public Beginset_transport_profile ( string destinations, string profiles, System callback, object asyncState ) : System.IAsyncResult
destinations string
profiles string
callback System
asyncState object
Результат System.IAsyncResult

Endcreate() публичный Метод

public Endcreate ( System asyncResult ) : void
asyncResult System
Результат void

Enddelete_all_ipfix_destinations() публичный Метод

public Enddelete_all_ipfix_destinations ( System asyncResult ) : void
asyncResult System
Результат void

Enddelete_ipfix_destination() публичный Метод

public Enddelete_ipfix_destination ( 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_log_protocol() публичный Метод

public Endget_log_protocol ( System asyncResult ) : LogDestinationIPFIXProtocolVersion[]
asyncResult System
Результат LogDestinationIPFIXProtocolVersion[]

Endget_pool() публичный Метод

public Endget_pool ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_serverssl_profile() публичный Метод

public Endget_serverssl_profile ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_template_delete_delay() публичный Метод

public Endget_template_delete_delay ( System asyncResult ) : long[]
asyncResult System
Результат long[]

Endget_template_retransmit_interval() публичный Метод

public Endget_template_retransmit_interval ( System asyncResult ) : long[]
asyncResult System
Результат long[]

Endget_transport_profile() публичный Метод

public Endget_transport_profile ( System asyncResult ) : string[]
asyncResult System
Результат string[]

Endget_version() публичный Метод

public Endget_version ( System asyncResult ) : string
asyncResult System
Результат string

Endset_description() публичный Метод

public Endset_description ( System asyncResult ) : void
asyncResult System
Результат void

Endset_log_protocol() публичный Метод

public Endset_log_protocol ( System asyncResult ) : void
asyncResult System
Результат void

Endset_pool() публичный Метод

public Endset_pool ( System asyncResult ) : void
asyncResult System
Результат void

Endset_serverssl_profile() публичный Метод

public Endset_serverssl_profile ( System asyncResult ) : void
asyncResult System
Результат void

Endset_template_delete_delay() публичный Метод

public Endset_template_delete_delay ( System asyncResult ) : void
asyncResult System
Результат void

Endset_template_retransmit_interval() публичный Метод

public Endset_template_retransmit_interval ( System asyncResult ) : void
asyncResult System
Результат void

Endset_transport_profile() публичный Метод

public Endset_transport_profile ( System asyncResult ) : void
asyncResult System
Результат void

LogDestinationIPFIX() публичный Метод

public LogDestinationIPFIX ( ) : System
Результат System