1 write to maxRetryCycles
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveParameters.cs (1)
30this.maxRetryCycles = bindingElement.MaxRetryCycles;
1 reference to maxRetryCycles
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqReceiveParameters.cs (1)
67get { return this.maxRetryCycles; }