4 references to ExactlyOnce
System.ServiceModel (4)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
103
if (this.factory.
ExactlyOnce
)
System\ServiceModel\Channels\MsmqVerifier.cs (2)
16
if (!factory.Durable && factory.
ExactlyOnce
)
40
if (!factory.
ExactlyOnce
)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
81
if (this.factory.
ExactlyOnce
)