iControl.PEMPolicy.Endget_flow_info_filter_protocol_type C# (CSharp) Method

Endget_flow_info_filter_protocol_type() public method

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