IAzureQueueDataAdapter.ToCloudQueueMessage<T> 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 cloud queue message from stream event data.
public Microsoft.WindowsAzure.Storage.Queue.CloudQueueMessage ToCloudQueueMessage<T> (Guid streamGuid, string streamNamespace, System.Collections.Generic.IEnumerable<T> events, System.Collections.Generic.Dictionary<string,object> requestContext);
abstract member ToCloudQueueMessage : Guid * string * seq<'T> * System.Collections.Generic.Dictionary<string, obj> -> Microsoft.WindowsAzure.Storage.Queue.CloudQueueMessage
Public Function ToCloudQueueMessage(Of T) (streamGuid As Guid, streamNamespace As String, events As IEnumerable(Of T), requestContext As Dictionary(Of String, Object)) As CloudQueueMessage
Type Parameters
- T
Parameters
- streamGuid
- Guid
- streamNamespace
- String
- events
- IEnumerable<T>
- requestContext
- Dictionary<String,Object>