iControl.NetworkingSelfIPV2.Endget_default_protocol_port_access_list C# (CSharp) Method

Endget_default_protocol_port_access_list() public method

public Endget_default_protocol_port_access_list ( System asyncResult ) : iControl.NetworkingSelfIPV2ProtocolPort[]
asyncResult System
return iControl.NetworkingSelfIPV2ProtocolPort[]
        public NetworkingSelfIPV2ProtocolPort[] Endget_default_protocol_port_access_list(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingSelfIPV2ProtocolPort [])(results[0]));
        }
NetworkingSelfIPV2