iControl.NetworkingSTPInstance.Endget_interface_active_state C# (CSharp) Method

Endget_interface_active_state() public method

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