iControl.LocalLBNodeAddressV2.Endget_monitor_logging_state C# (CSharp) Méthode

Endget_monitor_logging_state() public méthode

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