Ejemplo n.º 1
0
        public Match getMatchWithTolerances(string userAgent, int drift, int difference)
        {
            global::System.IntPtr cPtr = FiftyOneDegreesTrieV3PINVOKE.Provider_getMatchWithTolerances__SWIG_0(swigCPtr, userAgent, drift, difference);
            Match ret = (cPtr == global::System.IntPtr.Zero) ? null : new Match(cPtr, false);

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