iControl.LogDestinationIPFIX.Begindelete_ipfix_destination C# (CSharp) Method

Begindelete_ipfix_destination() public method

public Begindelete_ipfix_destination ( string destinations, System callback, object asyncState ) : System.IAsyncResult
destinations string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_ipfix_destination(string [] destinations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_ipfix_destination", new object[] {
            destinations}, callback, asyncState);
        }