iControl.NetworkingSTPGlobals.Endget_mode C# (CSharp) Méthode

Endget_mode() public méthode

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