Example #1
0
 public void open(string repositoryPath, IndexStatus callback)
 {
     indri_csharpPINVOKE.IndexEnvironment_open__SWIG_0(swigCPtr, repositoryPath, IndexStatus.getCPtr(callback));
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 internal static HandleRef getCPtr(IndexStatus obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 public static extern void IndexStatus_director_connect(HandleRef jarg1, IndexStatus.SwigDelegateIndexStatus_0 delegate0);
Example #4
0
 internal static HandleRef getCPtr(IndexStatus obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public void open(string repositoryPath, IndexStatus callback) {
   indri_csharpPINVOKE.IndexEnvironment_open__SWIG_0(swigCPtr, repositoryPath, IndexStatus.getCPtr(callback));
   if (indri_csharpPINVOKE.SWIGPendingException.Pending) throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
 }