iControl.LogDestinationRemoteSyslog.Enddelete_remote_syslog_destination C# (CSharp) Method

Enddelete_remote_syslog_destination() public method

public Enddelete_remote_syslog_destination ( System asyncResult ) : void
asyncResult System
return void
        public void Enddelete_remote_syslog_destination(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }