AzureQueueDataAdapterV1 Class

Definition

Original data adapter. Here to maintain backwards compatibility, but does not support json and other custom serializers

C#
public class AzureQueueDataAdapterV1 : Orleans.Providers.Streams.AzureQueue.IAzureQueueDataAdapter, Orleans.Serialization.IOnDeserialized
C#
public class AzureQueueDataAdapterV1 : Orleans.Serialization.IOnDeserialized, Orleans.Streams.IQueueDataAdapter<string,Orleans.Streams.IBatchContainer>, Orleans.Streams.IQueueDataAdapter<string>
C#
[Orleans.SerializationCallbacks(typeof(Orleans.Runtime.OnDeserializedCallbacks))]
public class AzureQueueDataAdapterV1 : Orleans.Serialization.IOnDeserialized, Orleans.Streams.IQueueDataAdapter<string,Orleans.Streams.IBatchContainer>, Orleans.Streams.IQueueDataAdapter<string>
Inheritance
AzureQueueDataAdapterV1
Attributes
Implements

Constructors

AzureQueueDataAdapterV1(SerializationManager)

Initializes a new instance of the AzureQueueDataAdapterV1 class.

AzureQueueDataAdapterV1(Serializer)

Initializes a new instance of the AzureQueueDataAdapterV1 class.

Methods

FromCloudQueueMessage(CloudQueueMessage, Int64)

Creates a batch container from a cloud queue message

FromQueueMessage(String, Int64)

Creates a batch container from a cloud queue message

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

Creates a cloud queue message from stream event data.

ToQueueMessage<T>(Guid, String, IEnumerable<T>, StreamSequenceToken, Dictionary<String,Object>)

Creates a cloud queue message from stream event data.

ToQueueMessage<T>(StreamId, IEnumerable<T>, StreamSequenceToken, Dictionary<String,Object>)

Creates a cloud queue message from stream event data.

Explicit Interface Implementations

Applies to

Toode Versioonid
.NET Orleans 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0