iControl.NetworkingInterfaces.Beginget_learning_mode C# (CSharp) 메소드

Beginget_learning_mode() 공개 메소드

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