示例#1
0
 /**
  * Sets maximum delivery count. 
  * 
  * @param integer $maxDeliveryCount The maximum delivery count. 
  *
  * @return none
  */
 public function setMaxDeliveryCount($maxDeliveryCount)
 {
     $this->_subscriptionDescription->setmaxDeliveryCount($maxDeliveryCount);
 }