iControl.GlobalLBGlobals.Beginset_topology_acl_threshold C# (CSharp) 메소드

Beginset_topology_acl_threshold() 공개 메소드

public Beginset_topology_acl_threshold ( long value, System callback, object asyncState ) : System.IAsyncResult
value long
callback System
asyncState object
리턴 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