iControl.LogDestinationRemoteSyslog.Beginset_remote_high_speed_log_destination C# (CSharp) Method

Beginset_remote_high_speed_log_destination() public method

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 System.IAsyncResult Beginset_remote_high_speed_log_destination(string [] destinations,string [] hsl_destinations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_remote_high_speed_log_destination", new object[] {
            destinations,
            hsl_destinations}, callback, asyncState);
        }