iControl.NetworkingSTPInstance.Endget_interface_role C# (CSharp) Method

Endget_interface_role() public method

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