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

Endget_template_reverse_mode() public méthode

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