33 references to LookupId
System.ServiceModel (33)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (2)
26long lookupId = messageProperty.LookupId; 57queue.UnlockMessage(messageProperty.LookupId, TimeSpan.Zero);
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (3)
156MsmqReceiveHelper.MoveReceivedMessage(this.lockQueueForReceive, this.retryQueueForMove, messageProperty.LookupId); 199MsmqReceiveHelper.MoveReceivedMessage(this.mainQueue, this.retryQueueForMove, messageProperty.LookupId); 241MsmqReceiveHelper.MoveReceivedMessage(disposeFromQueue, this.poisonQueue, messageProperty.LookupId);
System\ServiceModel\Channels\MsmqDecodeHelper.cs (24)
74ReadServerMode(listener, modeDecoder, incoming, messageProperty.LookupId, ref offset, ref size); 79throw listener.NormalizePoisonException(messageProperty.LookupId, ex); 85throw listener.NormalizePoisonException(messageProperty.LookupId, new ProtocolException(SR.GetString(SR.MsmqBadFrame))); 95throw listener.NormalizePoisonException(messageProperty.LookupId, decoder.CreatePrematureEOFException()); 108throw listener.NormalizePoisonException(messageProperty.LookupId, ex); 114throw listener.NormalizePoisonException(messageProperty.LookupId, MaxMessageSizeStream.CreateMaxReceivedMessageSizeExceededException(listener.MaxReceivedMessageSize)); 120throw listener.NormalizePoisonException(messageProperty.LookupId, new ProtocolException(SR.GetString(SR.MsmqBadContentType))); 138throw listener.NormalizePoisonException(messageProperty.LookupId, new ProtocolException(SR.GetString(SR.MsmqBadXml), e)); 157throw listener.NormalizePoisonException(messageProperty.LookupId, ex); 188ReadServerMode(listener, modeDecoder, incoming, messageProperty.LookupId, ref offset, ref size); 193throw listener.NormalizePoisonException(messageProperty.LookupId, ex); 199throw listener.NormalizePoisonException(messageProperty.LookupId, new ProtocolException(SR.GetString(SR.MsmqBadFrame))); 211throw listener.NormalizePoisonException(messageProperty.LookupId, sessionDecoder.CreatePrematureEOFException()); 224throw listener.NormalizePoisonException(messageProperty.LookupId, ex); 232throw listener.NormalizePoisonException(messageProperty.LookupId, new ProtocolException(SR.GetString(SR.MsmqBadContentType))); 258throw listener.NormalizePoisonException(messageProperty.LookupId, ex); 277throw listener.NormalizePoisonException(messageProperty.LookupId, sessionDecoder.CreatePrematureEOFException()); 286throw listener.NormalizePoisonException(messageProperty.LookupId, ex); 325throw listener.NormalizePoisonException(messageProperty.LookupId, MaxMessageSizeStream.CreateMaxReceivedMessageSizeExceededException(listener.MaxReceivedMessageSize)); 333throw listener.NormalizePoisonException(messageProperty.LookupId, new ProtocolException(SR.GetString(SR.MsmqBadFrame))); 352throw listener.NormalizePoisonException(messageProperty.LookupId, new ProtocolException(SR.GetString(SR.MsmqBadXml), e)); 377throw listener.NormalizePoisonException(messageProperty.LookupId, MaxMessageSizeStream.CreateMaxReceivedMessageSizeExceededException(listener.MaxReceivedMessageSize)); 389body = DeserializeForIntegration(listener, bodyStream, integrationProperty, messageProperty.LookupId); 394throw listener.NormalizePoisonException(messageProperty.LookupId, new ProtocolException(SR.GetString(SR.MsmqDeserializationError), e));
System\ServiceModel\Channels\MsmqReceiveHelper.cs (4)
193IPostRollbackErrorStrategy postRollback = new SimplePostRollbackErrorStrategy(messageProperty.LookupId); 201result = queue.TryReceiveByLookupId(messageProperty.LookupId, emptyMessage, MsmqTransactionMode.CurrentOrThrow); 203queue.MarkMessageRejected(messageProperty.LookupId); 280long lookupId = property.LookupId;