iControl.NetworkingInterfaces.Beginget_media_sfp C# (CSharp) Method

Beginget_media_sfp() public method

public Beginget_media_sfp ( string interfaces, System callback, object asyncState ) : System.IAsyncResult
interfaces string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_media_sfp(string [] interfaces, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_media_sfp", new object[] {
            interfaces}, callback, asyncState);
        }
NetworkingInterfaces