iControl.NetworkingInterfaces.Endget_learning_mode C# (CSharp) Method

Endget_learning_mode() public method

public Endget_learning_mode ( System asyncResult ) : NetworkingLearningMode[]
asyncResult System
return NetworkingLearningMode[]
        public NetworkingLearningMode[] Endget_learning_mode(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingLearningMode [])(results[0]));
        }
NetworkingInterfaces