iControl.PEMPolicy.Endget_flow_info_filter_operation_type C# (CSharp) Method

Endget_flow_info_filter_operation_type() public method

public Endget_flow_info_filter_operation_type ( System asyncResult ) : PEMPolicyFilterOperationType[][][]
asyncResult System
return PEMPolicyFilterOperationType[][][]
        public PEMPolicyFilterOperationType[][][] Endget_flow_info_filter_operation_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((PEMPolicyFilterOperationType [] [] [])(results[0]));
        }
PEMPolicy