DeepCopy(StreamSubscriptionHandle<T>, CopyContext)
public StreamSubscriptionHandle<T> DeepCopy(StreamSubscriptionHandle<T> original, CopyContext context) Creates a deep copy of the provided input.
Parameters
originalStreamSubscriptionHandle<T>- The input.
contextCopyContext- The context.
Returns
A copy of
input.