Is there any way to set TTL to a CloudQueueMessage?

Answered Is there any way to set TTL to a CloudQueueMessage?

  • Friday, February 24, 2012 10:01 AM
     
     

    I'm using the Managed Library to do some tests and I've found that I cannot change the message TTL because the ExpirationTime property is protected internal.

    I inherited a class from CloudQueueMessage and added a method to change the ExpirationTime, but the queue is ignoring the property and setting again to 7 days when I retrieve the message.

    What am I doing wrong?

    Thanks,

    Juanma


    Juan Manuel Servera
    twitter: @jmservera
    mi blog: http://jmservera.wordpress.com
    Únete al grupo de WP7 en LinkedIn
    MCPD WP7 Developer - MCTS Sharepoint 2010 Application Development

All Replies