EventHubSequenceTokenV2.Deserialize(Type, IDeserializationContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserializes an event sequence token
[Orleans.CodeGeneration.DeserializerMethod]
public static object Deserialize (Type expected, Orleans.Serialization.IDeserializationContext context);
[<Orleans.CodeGeneration.DeserializerMethod>]
static member Deserialize : Type * Orleans.Serialization.IDeserializationContext -> obj
Public Shared Function Deserialize (expected As Type, context As IDeserializationContext) As Object
Parameters
- expected
- Type
The expected type.
- context
- IDeserializationContext
The deserialization context.
Returns
- Attributes