public System.IAsyncResult Begincreate_v2(string [] destinations,LogSyslogFacility [] facilities,LogSyslogLevel [] levels,string [] forwarding_destinations, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("create_v2", new object[] { destinations, facilities, levels, forwarding_destinations}, callback, asyncState); }
public void set_level( string [] filters, LogSyslogLevel [] levels ) { this.Invoke("set_level", new object [] { filters, levels}); }
public System.IAsyncResult Beginset_level(string [] filters,LogSyslogLevel [] levels, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("set_level", new object[] { filters, levels}, callback, asyncState); }
public System.IAsyncResult Beginset_default_severity(string [] destinations,LogSyslogLevel [] levels, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("set_default_severity", new object[] { destinations, levels}, callback, asyncState); }
public void set_default_severity( string [] destinations, LogSyslogLevel [] levels ) { this.Invoke("set_default_severity", new object [] { destinations, levels}); }
public void create_v2( string [] destinations, LogSyslogFacility [] facilities, LogSyslogLevel [] levels, string [] forwarding_destinations ) { this.Invoke("create_v2", new object [] { destinations, facilities, levels, forwarding_destinations}); }
public void create( string [] destinations, LogSyslogFacility [] facilities, LogSyslogLevel [] levels, string [] hsl_destinations ) { this.Invoke("create", new object [] { destinations, facilities, levels, hsl_destinations}); }