iControl.SecurityDoSDevice.Endget_vector C# (CSharp) Method

Endget_vector() public method

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