iControl.GlobalLBGlobals.Beginset_topology_acl_threshold C# (CSharp) Method

Beginset_topology_acl_threshold() public method

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