$session->propertyUnsubscribeAll( $flags, $class_pattern,
      $instance_pattern,
      $property_pattern );

The propertyUnsubscribeAll() function unsubscribes from changes in all the matching properties in the matching objects.

The meaning of the $flags is described for the subscribe() session function.