EventHubSequenceTokenV2.DeepCopy(Object, ICopyContext) 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.
Create a deep copy of the token.
[Orleans.CodeGeneration.CopierMethod]
public static object DeepCopy (object original, Orleans.Serialization.ICopyContext context);
[<Orleans.CodeGeneration.CopierMethod>]
static member DeepCopy : obj * Orleans.Serialization.ICopyContext -> obj
Public Shared Function DeepCopy (original As Object, context As ICopyContext) As Object
Parameters
- original
- Object
The token to copy
- context
- ICopyContext
The serialization context.
Returns
A copy
- Attributes