iControl.NetworkingSTPGlobals.Beginget_transmit_hold C# (CSharp) Method

Beginget_transmit_hold() public method

public Beginget_transmit_hold ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_transmit_hold(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_transmit_hold", new object[0], callback, asyncState);
        }