iControl.NetworkingSTPInstanceV2.Endget_interface_role C# (CSharp) Méthode

Endget_interface_role() public méthode

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