iControl.NetworkingSTPGlobals.Endget_transmit_hold C# (CSharp) Method

Endget_transmit_hold() public method

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