iControl.NetworkingLLDPGlobals.Beginset_maximum_neighbors_per_port C# (CSharp) Method

Beginset_maximum_neighbors_per_port() public method

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