Method | Description | |
---|---|---|
Begincreate ( string filters, LogFilterSource sources, string publishers, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_filters ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_filter ( string filters, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string filters, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_level ( string filters, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_publisher ( string filters, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_source ( string filters, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string filters, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_level ( string filters, LogSyslogLevel levels, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_publisher ( string filters, string publishers, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_source ( string filters, LogFilterSource sources, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_filters ( System asyncResult ) : void | ||
Enddelete_filter ( System asyncResult ) : void | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_level ( System asyncResult ) : LogSyslogLevel[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_publisher ( System asyncResult ) : string[] | ||
Endget_source ( System asyncResult ) : LogFilterSource[] | ||
Endget_version ( System asyncResult ) : string | ||
Endset_description ( System asyncResult ) : void | ||
Endset_level ( System asyncResult ) : void | ||
Endset_publisher ( System asyncResult ) : void | ||
Endset_source ( System asyncResult ) : void | ||
LogFilter ( ) : System |
Method | Description | |
---|---|---|
create ( string filters, LogFilterSource sources, string publishers ) : void | ||
delete_all_filters ( ) : void | ||
delete_filter ( string filters ) : void | ||
get_description ( string filters ) : string[] | ||
get_level ( string filters ) : LogSyslogLevel[] | ||
get_list ( ) : string[] | ||
get_publisher ( string filters ) : string[] | ||
get_source ( string filters ) : LogFilterSource[] | ||
get_version ( ) : string | ||
set_description ( string filters, string descriptions ) : void | ||
set_level ( string filters, LogSyslogLevel levels ) : void | ||
set_publisher ( string filters, string publishers ) : void | ||
set_source ( string filters, LogFilterSource sources ) : void |
public Begincreate ( string filters, LogFilterSource sources, string publishers, System callback, object asyncState ) : System.IAsyncResult | ||
filters | string | |
sources | LogFilterSource | |
publishers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_filters ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_filter ( string filters, System callback, object asyncState ) : System.IAsyncResult | ||
filters | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string filters, System callback, object asyncState ) : System.IAsyncResult | ||
filters | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_level ( string filters, System callback, object asyncState ) : System.IAsyncResult | ||
filters | 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_publisher ( string filters, System callback, object asyncState ) : System.IAsyncResult | ||
filters | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_source ( string filters, System callback, object asyncState ) : System.IAsyncResult | ||
filters | 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_description ( string filters, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
filters | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_level ( string filters, LogSyslogLevel levels, System callback, object asyncState ) : System.IAsyncResult | ||
filters | string | |
levels | LogSyslogLevel | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_publisher ( string filters, string publishers, System callback, object asyncState ) : System.IAsyncResult | ||
filters | string | |
publishers | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_source ( string filters, LogFilterSource sources, System callback, object asyncState ) : System.IAsyncResult | ||
filters | string | |
sources | LogFilterSource | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_filters ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_filter ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_level ( System asyncResult ) : LogSyslogLevel[] | ||
asyncResult | System | |
return | LogSyslogLevel[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_publisher ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_source ( System asyncResult ) : LogFilterSource[] | ||
asyncResult | System | |
return | LogFilterSource[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_level ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_publisher ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_source ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |