iControl.NetworkingSTPGlobals.Endget_forward_delay C# (CSharp) Method

Endget_forward_delay() public method

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