iControl.NetworkingSTPInstance.Endget_interface_role C# (CSharp) Метод

Endget_interface_role() публичный Метод

public Endget_interface_role ( System asyncResult ) : iControl.NetworkingSTPInstanceInterfaceSTPRole[][]
asyncResult System
Результат iControl.NetworkingSTPInstanceInterfaceSTPRole[][]
        public NetworkingSTPInstanceInterfaceSTPRole[][] Endget_interface_role(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingSTPInstanceInterfaceSTPRole [] [])(results[0]));
        }