iControl.GlobalLBMonitor.Endis_template_directly_usable C# (CSharp) Méthode

Endis_template_directly_usable() public méthode

public Endis_template_directly_usable ( System asyncResult ) : bool[]
asyncResult System
Résultat bool[]
        public bool[] Endis_template_directly_usable(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((bool [])(results[0]));
        }
GlobalLBMonitor