iControl.LogDestinationRemoteSyslog.Endget_remote_high_speed_log_destination C# (CSharp) Méthode

Endget_remote_high_speed_log_destination() public méthode

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