5

According to this documentation : http://msdn.microsoft.com/en-us/library/microsoft.windowsazure.storageclient.cloudqueue.peekmessage.aspx

Only messages that are visible may be retrieved with PeekMessage.

My question is there a way to Peek a Message that has its visibility set to hidden?

4

1 に答える 1

7

キューメッセージの可視性プロパティがhiddenに設定されると、hiddenタイムアウトが期限切れになるまで同じメッセージを表示できなくなります。

于 2012-11-20T17:01:30.353 に答える