iControl.PEMPolicy.Endget_flow_info_filter_l2_endpoint_type C# (CSharp) Method

Endget_flow_info_filter_l2_endpoint_type() public method

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