iControl.LogDestinationRemoteSyslog.Endget_remote_high_speed_log_destination C# (CSharp) Method

Endget_remote_high_speed_log_destination() public method

public Endget_remote_high_speed_log_destination ( System asyncResult ) : string[]
asyncResult System
return string[]
        public string[] Endget_remote_high_speed_log_destination(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [])(results[0]));
        }