AzureQueueDataAdapterV2.FromQueueMessage(String, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a batch container from a cloud queue message
public Orleans.Streams.IBatchContainer FromQueueMessage (string cloudMsg, long sequenceId);
abstract member FromQueueMessage : string * int64 -> Orleans.Streams.IBatchContainer
override this.FromQueueMessage : string * int64 -> Orleans.Streams.IBatchContainer
Public Function FromQueueMessage (cloudMsg As String, sequenceId As Long) As IBatchContainer
Parameters
- cloudMsg
- String
- sequenceId
- Int64