iControl.NetworkingInterfaces.Endget_prefer_sfp_state C# (CSharp) Méthode

Endget_prefer_sfp_state() public méthode

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