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


AzureQueueDataAdapterV1.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
override this.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>

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

Реализации

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