# AzureQueueDataManager.PeekQueueMessage

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.azureutils.azurequeuedatamanager/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.azureutils.azurequeuedatamanager/methods/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Azure/Orleans.Streaming.AzureStorage/Storage/AzureQueueDataManager.cs#L217-L235)

```csharp
public Task<PeekedMessage?> PeekQueueMessage()
```

Peeks in the queue for latest message, without dequeuing it.
