4 references to MessageId
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
170MsmqDiagnostics.DatagramSent(msmqMessage.MessageId, message);
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
107MsmqDiagnostics.SessiongramSent(this.Session.Id, msmqMessage.MessageId, this.buffers.Count);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
172MsmqDiagnostics.DatagramSent(msmqMessage.MessageId, message); 173property.Id = MsmqMessageId.ToString(msmqMessage.MessageId.Buffer);