iControl.SecurityDoSDevice.Endget_vector_detection_threshold_pps C# (CSharp) Method

Endget_vector_detection_threshold_pps() public method

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