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