iControl.NetworkingSTPInstanceV2.Endget_interface_role C# (CSharp) Method

Endget_interface_role() public method

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