iControl.LocalLBProfilePCP.Endget_mapping_limit_per_client C# (CSharp) Méthode

Endget_mapping_limit_per_client() public méthode

public Endget_mapping_limit_per_client ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
Résultat iControl.LocalLBProfileULong[]
        public LocalLBProfileULong[] Endget_mapping_limit_per_client(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfilePCP