iControl.SecurityProfileDoS.Endget_deescalation_period C# (CSharp) Method

Endget_deescalation_period() public method

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