iControl.LogDestinationRemoteSyslog.Beginget_remote_high_speed_log_destination C# (CSharp) Method

Beginget_remote_high_speed_log_destination() public method

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