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

Beginget_prefer_sfp_state() public méthode

public Beginget_prefer_sfp_state ( string interfaces, System callback, object asyncState ) : System.IAsyncResult
interfaces string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_prefer_sfp_state(string [] interfaces, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_prefer_sfp_state", new object[] {
            interfaces}, callback, asyncState);
        }
NetworkingInterfaces