Copier_EventHubSequenceTokenV2.DeepCopy Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DeepCopy(EventHubSequenceTokenV2, CopyContext) | |
DeepCopy(EventHubSequenceTokenV2, EventHubSequenceTokenV2, CopyContext) |
DeepCopy(EventHubSequenceTokenV2, CopyContext)
public Orleans.Streaming.EventHubs.EventHubSequenceTokenV2 DeepCopy(Orleans.Streaming.EventHubs.EventHubSequenceTokenV2 original, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : Orleans.Streaming.EventHubs.EventHubSequenceTokenV2 * Orleans.Serialization.Cloning.CopyContext -> Orleans.Streaming.EventHubs.EventHubSequenceTokenV2
override this.DeepCopy : Orleans.Streaming.EventHubs.EventHubSequenceTokenV2 * Orleans.Serialization.Cloning.CopyContext -> Orleans.Streaming.EventHubs.EventHubSequenceTokenV2
Public Function DeepCopy (original As EventHubSequenceTokenV2, context As CopyContext) As EventHubSequenceTokenV2
Parameter
- original
- EventHubSequenceTokenV2
- context
- CopyContext
Gibt zurück
Implementiert
Gilt für:
DeepCopy(EventHubSequenceTokenV2, EventHubSequenceTokenV2, CopyContext)
public void DeepCopy(Orleans.Streaming.EventHubs.EventHubSequenceTokenV2 input, Orleans.Streaming.EventHubs.EventHubSequenceTokenV2 output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : Orleans.Streaming.EventHubs.EventHubSequenceTokenV2 * Orleans.Streaming.EventHubs.EventHubSequenceTokenV2 * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : Orleans.Streaming.EventHubs.EventHubSequenceTokenV2 * Orleans.Streaming.EventHubs.EventHubSequenceTokenV2 * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As EventHubSequenceTokenV2, output As EventHubSequenceTokenV2, context As CopyContext)
Parameter
- input
- EventHubSequenceTokenV2
- output
- EventHubSequenceTokenV2
- context
- CopyContext