iControl.GlobalLBGlobals.Endget_topology_acl_threshold C# (CSharp) Méthode

Endget_topology_acl_threshold() public méthode

public Endget_topology_acl_threshold ( System asyncResult ) : long
asyncResult System
Résultat long
        public long Endget_topology_acl_threshold(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long)(results[0]));
        }
GlobalLBGlobals