iControl.LocalLBPool.Endget_ignore_persisted_weight_state C# (CSharp) Méthode

Endget_ignore_persisted_weight_state() public méthode

public Endget_ignore_persisted_weight_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
Résultat CommonEnabledState[]
        public CommonEnabledState[] Endget_ignore_persisted_weight_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonEnabledState [])(results[0]));
        }
LocalLBPool