AzureQueueDataAdapterV1.FromCloudQueueMessage メソッド

定義

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

public Orleans.Streams.IBatchContainer FromCloudQueueMessage (Microsoft.WindowsAzure.Storage.Queue.CloudQueueMessage cloudMsg, long sequenceId);
abstract member FromCloudQueueMessage : Microsoft.WindowsAzure.Storage.Queue.CloudQueueMessage * int64 -> Orleans.Streams.IBatchContainer
override this.FromCloudQueueMessage : Microsoft.WindowsAzure.Storage.Queue.CloudQueueMessage * int64 -> Orleans.Streams.IBatchContainer
Public Function FromCloudQueueMessage (cloudMsg As CloudQueueMessage, sequenceId As Long) As IBatchContainer

パラメーター

sequenceId
Int64

戻り値

実装

適用対象