iControl.LocalLBProfileFastHttp.Endis_base_profile C# (CSharp) Méthode

Endis_base_profile() public méthode

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