5 references to MQ_ERROR_IO_TIMEOUT
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqDefaultLockingQueue.cs (2)
54else if (error == UnsafeNativeMethods.MQ_ERROR_IO_TIMEOUT) 109if (retCode == UnsafeNativeMethods.MQ_ERROR_IO_TIMEOUT)
System\ServiceModel\Channels\MsmqQueue.cs (2)
420else if (error == UnsafeNativeMethods.MQ_ERROR_IO_TIMEOUT) 877if (error == UnsafeNativeMethods.MQ_ERROR_IO_TIMEOUT)
System\ServiceModel\MsmqException.cs (1)
113case UnsafeNativeMethods.MQ_ERROR_IO_TIMEOUT: