iControl.LogDestinationIPFIX.Beginget_template_delete_delay C# (CSharp) Method

Beginget_template_delete_delay() public method

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