Esempio n. 1
0
        public Match getMatchWithTolerances(MapStringString headers, int drift, int difference)
        {
            global::System.IntPtr cPtr = FiftyOneDegreesTrieV3PINVOKE.Provider_getMatchWithTolerances__SWIG_1(swigCPtr, MapStringString.getCPtr(headers), drift, difference);
            Match ret = (cPtr == global::System.IntPtr.Zero) ? null : new Match(cPtr, false);

            if (FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Pending)
            {
                throw FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }