IAzureQueueDataAdapter インターフェイス

定義

クラウド キュー メッセージとの間でイベント データを変換します

public interface IAzureQueueDataAdapter
type IAzureQueueDataAdapter = interface
Public Interface IAzureQueueDataAdapter
派生

メソッド

FromCloudQueueMessage(CloudQueueMessage, Int64)

クラウド キュー メッセージからバッチ コンテナーを作成します

ToCloudQueueMessage<T>(Guid, String, IEnumerable<T>, Dictionary<String,Object>)

ストリーム イベント データからクラウド キュー メッセージを作成します。

適用対象