iControl.SecurityLogProfile.Endget_network_log_acl_match_reject_filter_state C# (CSharp) Method

Endget_network_log_acl_match_reject_filter_state() public method

public Endget_network_log_acl_match_reject_filter_state ( System asyncResult ) : CommonEnabledState[][]
asyncResult System
return CommonEnabledState[][]
        public CommonEnabledState[][] Endget_network_log_acl_match_reject_filter_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonEnabledState [] [])(results[0]));
        }
SecurityLogProfile