iControl.NetworkingTrunk.Endremove_interface C# (CSharp) Method

Endremove_interface() public method

public Endremove_interface ( System asyncResult ) : void
asyncResult System
return void
        public void Endremove_interface(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
NetworkingTrunk