iControl.GlobalLBGlobals.Beginget_topology_acl_threshold C# (CSharp) Method

Beginget_topology_acl_threshold() public method

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