Метод | Описание | |
---|---|---|
Beginget_default_facility ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_default_severity ( 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_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_default_facility ( string destinations, LogSyslogFacility facilities, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_default_severity ( string destinations, LogSyslogLevel levels, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string destinations, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Endget_default_facility ( System asyncResult ) : LogSyslogFacility[] | ||
Endget_default_severity ( System asyncResult ) : LogSyslogLevel[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_default_facility ( System asyncResult ) : void | ||
Endset_default_severity ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
LogDestinationLocalSyslog ( ) : System |
Метод | Описание | |
---|---|---|
get_default_facility ( string destinations ) : LogSyslogFacility[] | ||
get_default_severity ( string destinations ) : LogSyslogLevel[] | ||
get_description ( string destinations ) : string[] | ||
get_list ( ) : string[] | ||
get_version ( ) : string | ||
set_default_facility ( string destinations, LogSyslogFacility facilities ) : void | ||
set_default_severity ( string destinations, LogSyslogLevel levels ) : void | ||
set_description ( string destinations, string descriptions ) : void |
public Beginget_default_facility ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_default_severity ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_description ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_default_facility ( string destinations, LogSyslogFacility facilities, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
facilities | LogSyslogFacility | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_default_severity ( string destinations, LogSyslogLevel levels, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
levels | LogSyslogLevel | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Beginset_description ( string destinations, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
Результат | System.IAsyncResult |
public Endget_default_facility ( System asyncResult ) : LogSyslogFacility[] | ||
asyncResult | System | |
Результат | LogSyslogFacility[] |
public Endget_default_severity ( System asyncResult ) : LogSyslogLevel[] | ||
asyncResult | System | |
Результат | LogSyslogLevel[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
Результат | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
Результат | string |
public Endset_default_facility ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_default_severity ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
Результат | void |
public LogDestinationLocalSyslog ( ) : System | ||
Результат | System |