# Copier_EventHubSequenceTokenV2 Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleanscodegen.orleans.streaming.eventhubs.copier-eventhubsequencetokenv2/)

## DeepCopy(EventHubSequenceTokenV2, CopyContext) {#deepcopy-orleans-streaming-eventhubs-eventhubsequencetokenv2-orleans-serializati-a086ba80}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleanscodegen.orleans.streaming.eventhubs.copier-eventhubsequencetokenv2/methods/deepcopy-orleans-streaming-eventhubs-eventhubsequencetokenv2-orleans-serializati-a086ba80/)

```csharp
public EventHubSequenceTokenV2 DeepCopy(EventHubSequenceTokenV2 original, CopyContext context)
```

Creates a deep copy of the provided input.

### Parameters

- `original` (`EventHubSequenceTokenV2`): The input.
- `context` (`CopyContext`): The context.

### Returns

A copy of `input`.

## DeepCopy(EventHubSequenceTokenV2, EventHubSequenceTokenV2, CopyContext) {#deepcopy-orleans-streaming-eventhubs-eventhubsequencetokenv2-orleans-streaming-e-549777d0}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleanscodegen.orleans.streaming.eventhubs.copier-eventhubsequencetokenv2/methods/deepcopy-orleans-streaming-eventhubs-eventhubsequencetokenv2-orleans-streaming-e-549777d0/)

```csharp
public void DeepCopy(EventHubSequenceTokenV2 input, EventHubSequenceTokenV2 output, CopyContext context)
```

Clones members from `input` and copies them to `output`.

### Parameters

- `input` (`EventHubSequenceTokenV2`): The input.
- `output` (`EventHubSequenceTokenV2`): The output.
- `context` (`CopyContext`): The context.
