iControl.NetworkingSTPGlobals.Endset_transmit_hold C# (CSharp) Method

Endset_transmit_hold() public method

public Endset_transmit_hold ( System asyncResult ) : void
asyncResult System
return void
        public void Endset_transmit_hold(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }