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