iControl.LogDestinationRemoteSyslog.Enddelete_remote_syslog_destination C# (CSharp) 메소드

Enddelete_remote_syslog_destination() 공개 메소드

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