# Copier_StreamSubscriptionHandle&lt;T&gt;.DeepCopy(StreamSubscriptionHandle&lt;T&gt;, CopyContext)

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

```csharp
public StreamSubscriptionHandle<T> DeepCopy(StreamSubscriptionHandle<T> original, CopyContext context)
```

Creates a deep copy of the provided input.

### Parameters

- `original` (`StreamSubscriptionHandle<T>`): The input.
- `context` (`CopyContext`): The context.

### Returns

A copy of `input`.
