iControl.NetworkingSelfIPV2.Endget_allow_access_list C# (CSharp) Method

Endget_allow_access_list() public method

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