Copier_EventHubBatchContainer.DeepCopy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeepCopy(EventHubBatchContainer, CopyContext) | |
DeepCopy(EventHubBatchContainer, EventHubBatchContainer, CopyContext) |
DeepCopy(EventHubBatchContainer, CopyContext)
public Orleans.Streaming.EventHubs.EventHubBatchContainer DeepCopy (Orleans.Streaming.EventHubs.EventHubBatchContainer original, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : Orleans.Streaming.EventHubs.EventHubBatchContainer * Orleans.Serialization.Cloning.CopyContext -> Orleans.Streaming.EventHubs.EventHubBatchContainer
override this.DeepCopy : Orleans.Streaming.EventHubs.EventHubBatchContainer * Orleans.Serialization.Cloning.CopyContext -> Orleans.Streaming.EventHubs.EventHubBatchContainer
Public Function DeepCopy (original As EventHubBatchContainer, context As CopyContext) As EventHubBatchContainer
Parameters
- original
- EventHubBatchContainer
- context
- CopyContext
Returns
Implements
Applies to
DeepCopy(EventHubBatchContainer, EventHubBatchContainer, CopyContext)
public void DeepCopy (Orleans.Streaming.EventHubs.EventHubBatchContainer input, Orleans.Streaming.EventHubs.EventHubBatchContainer output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : Orleans.Streaming.EventHubs.EventHubBatchContainer * Orleans.Streaming.EventHubs.EventHubBatchContainer * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : Orleans.Streaming.EventHubs.EventHubBatchContainer * Orleans.Streaming.EventHubs.EventHubBatchContainer * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As EventHubBatchContainer, output As EventHubBatchContainer, context As CopyContext)
Parameters
- input
- EventHubBatchContainer
- output
- EventHubBatchContainer
- context
- CopyContext