# Copier_EventHubBatchContainer.DeepCopy(EventHubBatchContainer, EventHubBatchContainer, CopyContext)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleanscodegen.orleans.streaming.eventhubs.copier-eventhubbatchcontainer/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleanscodegen.orleans.streaming.eventhubs.copier-eventhubbatchcontainer/methods/)

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

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

### Parameters

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