iControl.NetworkingSTPGlobals.Beginset_transmit_hold C# (CSharp) Method

Beginset_transmit_hold() public method

public Beginset_transmit_hold ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_transmit_hold(long value, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_transmit_hold", new object[] {
            value}, callback, asyncState);
        }