iControl.LogDestinationIPFIX.Endget_template_delete_delay C# (CSharp) Method

Endget_template_delete_delay() public method

public Endget_template_delete_delay ( System asyncResult ) : long[]
asyncResult System
return long[]
        public long[] Endget_template_delete_delay(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }