Поделиться через


IAzureQueueDataAdapter.ToCloudQueueMessage<T> Метод

Определение

Создает сообщение облачной очереди на основе данных событий потоковой передачи.

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

Параметры типа

T

Параметры

streamGuid
Guid
streamNamespace
String
events
IEnumerable<T>
requestContext
Dictionary<String,Object>

Возвращаемое значение

Применяется к