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