iControl.NetworkingLLDPGlobals.Beginset_lldp_enabled_state C# (CSharp) Method

Beginset_lldp_enabled_state() public method

public Beginset_lldp_enabled_state ( CommonEnabledState value, System callback, object asyncState ) : System.IAsyncResult
value CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_lldp_enabled_state(CommonEnabledState value, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_lldp_enabled_state", new object[] {
            value}, callback, asyncState);
        }