# Copier_BatchedNotificationMessage.DeepCopy(BatchedNotificationMessage, CopyContext)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleanscodegen.orleans.eventsourcing.common.copier-batchednotificationmessage/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleanscodegen.orleans.eventsourcing.common.copier-batchednotificationmessage/methods/)

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

Creates a deep copy of the provided input.

### Parameters

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

### Returns

A copy of `input`.
