iControl.PEMPolicy.Endget_flow_info_filter_l2_endpoint_type C# (CSharp) 메소드

Endget_flow_info_filter_l2_endpoint_type() 공개 메소드

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