AzureQueueDataAdapterV2
class
Namespace: Orleans.Providers.Streams.AzureQueue
Data adapter that uses types that support custom serializers (like json).
public class AzureQueueDataAdapterV2 : IOnDeserialized, IQueueDataAdapter<string, IBatchContainer>, IQueueDataAdapter<string>Constructors
AzureQueueDataAdapterV2(Serializer)Initializes a new instance of theAzureQueueDataAdapterV2class.
Methods
FromQueueMessage(string, long)Creates a batch container from a cloud queue messageToQueueMessage(StreamId, IEnumerable<T>, StreamSequenceToken, Dictionary<string, object>)Creates a cloud queue message from stream event data.
