iControl.NetworkingSTPGlobals.Endget_maximum_hop C# (CSharp) Method

Endget_maximum_hop() public method

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