iControl.NetworkingSTPGlobals.get_transmit_hold C# (CSharp) Method

get_transmit_hold() private method

private get_transmit_hold ( ) : long
return long
        public long get_transmit_hold(

	)
        {
            object [] results = this.Invoke("get_transmit_hold", new object [0]);
            return ((long)(results[0]));
        }