3 references to Take
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqInputMessagePool.cs (1)
25MsmqInputMessage message = this.Take();
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
151MsmqOutputMessage<IOutputChannel> msmqMessage = this.outputMessages.Take();
System\ServiceModel\MsmqIntegration\MsmqIntegrationMessagePool.cs (1)
21MsmqIntegrationInputMessage message = this.Take();