iControl.NetworkingSTPGlobals.Endget_mode C# (CSharp) Method

Endget_mode() public method

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