iControl.LocalLBLSNPool.Endget_egress_interface C# (CSharp) 메소드

Endget_egress_interface() 공개 메소드

public Endget_egress_interface ( System asyncResult ) : CommonVLANFilterList[]
asyncResult System
리턴 CommonVLANFilterList[]
        public CommonVLANFilterList[] Endget_egress_interface(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonVLANFilterList [])(results[0]));
        }
LocalLBLSNPool