public static PResult Create(SWIGTYPE_p_papillon__PPlugin plugin, PProperties parameters, PAnalytics analytics) { PResult ret = new PResult(PapillonPINVOKE.PAnalytics_Create__SWIG_1(SWIGTYPE_p_papillon__PPlugin.getCPtr(plugin), PProperties.getCPtr(parameters), PAnalytics.getCPtr(analytics)), true); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public PAnalytics(PAnalytics other) : this(PapillonPINVOKE.new_PAnalytics__SWIG_1(PAnalytics.getCPtr(other)), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public static PResult Create(string productName, PProperties parameters, PAnalytics analytics) { PResult ret = new PResult(PapillonPINVOKE.PAnalytics_Create__SWIG_0(productName, PProperties.getCPtr(parameters), PAnalytics.getCPtr(analytics)), true); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }