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

Endget_flow_info_filter_protocol_type() 공개 메소드

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