Exemple #1
0
 public void setConcurrency(ushort concurrency)
 {
     DeviceDetectionHashEngineModulePINVOKE.CollectionConfigSwig_setConcurrency(swigCPtr, concurrency);
     if (DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Pending)
     {
         throw DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }