AzureQueueDataAdapterV2.ToCloudQueueMessage<T> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ストリーム イベント データからクラウド キュー メッセージを作成します。
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>