Method | Description | |
---|---|---|
Begincreate ( string destinations, LogSyslogFacility facilities, LogSyslogLevel levels, string hsl_destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate_v2 ( string destinations, LogSyslogFacility facilities, LogSyslogLevel levels, string forwarding_destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_remote_syslog_destinations ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_remote_syslog_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
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_format ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_forwarding_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_remote_high_speed_log_destination ( string destinations, 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 | ||
Beginset_format ( string destinations, LogSyslogFormat formats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_forwarding_destination ( string destinations, string forwarding_destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_remote_high_speed_log_destination ( string destinations, string hsl_destinations, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Endcreate_v2 ( System asyncResult ) : void | ||
Enddelete_all_remote_syslog_destinations ( System asyncResult ) : void | ||
Enddelete_remote_syslog_destination ( System asyncResult ) : void | ||
Endget_default_facility ( System asyncResult ) : LogSyslogFacility[] | ||
Endget_default_severity ( System asyncResult ) : LogSyslogLevel[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_format ( System asyncResult ) : LogSyslogFormat[] | ||
Endget_forwarding_destination ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_remote_high_speed_log_destination ( 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 | ||
Endset_format ( System asyncResult ) : void | ||
Endset_forwarding_destination ( System asyncResult ) : void | ||
Endset_remote_high_speed_log_destination ( System asyncResult ) : void | ||
LogDestinationRemoteSyslog ( ) : System |
Method | Description | |
---|---|---|
create ( string destinations, LogSyslogFacility facilities, LogSyslogLevel levels, string hsl_destinations ) : void | ||
create_v2 ( string destinations, LogSyslogFacility facilities, LogSyslogLevel levels, string forwarding_destinations ) : void | ||
delete_all_remote_syslog_destinations ( ) : void | ||
delete_remote_syslog_destination ( string destinations ) : void | ||
get_default_facility ( string destinations ) : LogSyslogFacility[] | ||
get_default_severity ( string destinations ) : LogSyslogLevel[] | ||
get_description ( string destinations ) : string[] | ||
get_format ( string destinations ) : LogSyslogFormat[] | ||
get_forwarding_destination ( string destinations ) : string[] | ||
get_list ( ) : string[] | ||
get_remote_high_speed_log_destination ( string destinations ) : 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 | ||
set_format ( string destinations, LogSyslogFormat formats ) : void | ||
set_forwarding_destination ( string destinations, string forwarding_destinations ) : void | ||
set_remote_high_speed_log_destination ( string destinations, string hsl_destinations ) : void |
public Begincreate ( string destinations, LogSyslogFacility facilities, LogSyslogLevel levels, string hsl_destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
facilities | LogSyslogFacility | |
levels | LogSyslogLevel | |
hsl_destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate_v2 ( string destinations, LogSyslogFacility facilities, LogSyslogLevel levels, string forwarding_destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
facilities | LogSyslogFacility | |
levels | LogSyslogLevel | |
forwarding_destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_remote_syslog_destinations ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_remote_syslog_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_default_facility ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_default_severity ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_format ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_forwarding_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_remote_high_speed_log_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_default_facility ( string destinations, LogSyslogFacility facilities, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
facilities | LogSyslogFacility | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_default_severity ( string destinations, LogSyslogLevel levels, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
levels | LogSyslogLevel | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string destinations, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_format ( string destinations, LogSyslogFormat formats, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
formats | LogSyslogFormat | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_forwarding_destination ( string destinations, string forwarding_destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
forwarding_destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_remote_high_speed_log_destination ( string destinations, string hsl_destinations, System callback, object asyncState ) : System.IAsyncResult | ||
destinations | string | |
hsl_destinations | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate_v2 ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_remote_syslog_destinations ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_remote_syslog_destination ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_default_facility ( System asyncResult ) : LogSyslogFacility[] | ||
asyncResult | System | |
return | LogSyslogFacility[] |
public Endget_default_severity ( System asyncResult ) : LogSyslogLevel[] | ||
asyncResult | System | |
return | LogSyslogLevel[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_format ( System asyncResult ) : LogSyslogFormat[] | ||
asyncResult | System | |
return | LogSyslogFormat[] |
public Endget_forwarding_destination ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_remote_high_speed_log_destination ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_default_facility ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_default_severity ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_format ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_forwarding_destination ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_remote_high_speed_log_destination ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public LogDestinationRemoteSyslog ( ) : System | ||
return | System |