C# Класс iControl.LogDestinationManagementPort

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

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

Метод Описание
Begincreate ( string destinations, string addresses, long ports, LogLogProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_management_port_destinations ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_management_port_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_destination_address ( string destinations, System callback, object asyncState ) : System.IAsyncResult
Beginget_destination_port ( 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_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string destinations, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_destination_address ( string destinations, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_destination_port ( string destinations, long ports, System callback, object asyncState ) : System.IAsyncResult
Beginset_log_protocol ( string destinations, LogLogProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_management_port_destinations ( System asyncResult ) : void
Enddelete_management_port_destination ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_destination_address ( System asyncResult ) : string[]
Endget_destination_port ( System asyncResult ) : long[]
Endget_list ( System asyncResult ) : string[]
Endget_log_protocol ( System asyncResult ) : LogLogProtocol[]
Endget_version ( System asyncResult ) : string
Endset_description ( System asyncResult ) : void
Endset_destination_address ( System asyncResult ) : void
Endset_destination_port ( System asyncResult ) : void
Endset_log_protocol ( System asyncResult ) : void
LogDestinationManagementPort ( ) : System

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

Метод Описание
create ( string destinations, string addresses, long ports, LogLogProtocol protocols ) : void
delete_all_management_port_destinations ( ) : void
delete_management_port_destination ( string destinations ) : void
get_description ( string destinations ) : string[]
get_destination_address ( string destinations ) : string[]
get_destination_port ( string destinations ) : long[]
get_list ( ) : string[]
get_log_protocol ( string destinations ) : LogLogProtocol[]
get_version ( ) : string
set_description ( string destinations, string descriptions ) : void
set_destination_address ( string destinations, string addresses ) : void
set_destination_port ( string destinations, long ports ) : void
set_log_protocol ( string destinations, LogLogProtocol protocols ) : void

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

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

public Begincreate ( string destinations, string addresses, long ports, LogLogProtocol protocols, System callback, object asyncState ) : System.IAsyncResult
destinations string
addresses string
ports long
protocols LogLogProtocol
callback System
asyncState object
Результат System.IAsyncResult

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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