iControl.LogDestinationRemoteSyslog.Begindelete_remote_syslog_destination C# (CSharp) Метод

Begindelete_remote_syslog_destination() публичный Метод

public Begindelete_remote_syslog_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Begindelete_remote_syslog_destination(string [] destinations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_remote_syslog_destination", new object[] {
            destinations}, callback, asyncState);
        }