Copier_EventHubSequenceToken.DeepCopy 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DeepCopy(EventHubSequenceToken, CopyContext) | |
DeepCopy(EventHubSequenceToken, EventHubSequenceToken, CopyContext) |
DeepCopy(EventHubSequenceToken, CopyContext)
public Orleans.Streaming.EventHubs.EventHubSequenceToken DeepCopy (Orleans.Streaming.EventHubs.EventHubSequenceToken original, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : Orleans.Streaming.EventHubs.EventHubSequenceToken * Orleans.Serialization.Cloning.CopyContext -> Orleans.Streaming.EventHubs.EventHubSequenceToken
override this.DeepCopy : Orleans.Streaming.EventHubs.EventHubSequenceToken * Orleans.Serialization.Cloning.CopyContext -> Orleans.Streaming.EventHubs.EventHubSequenceToken
Public Function DeepCopy (original As EventHubSequenceToken, context As CopyContext) As EventHubSequenceToken
參數
- original
- EventHubSequenceToken
- context
- CopyContext
傳回
實作
適用於
DeepCopy(EventHubSequenceToken, EventHubSequenceToken, CopyContext)
public void DeepCopy (Orleans.Streaming.EventHubs.EventHubSequenceToken input, Orleans.Streaming.EventHubs.EventHubSequenceToken output, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : Orleans.Streaming.EventHubs.EventHubSequenceToken * Orleans.Streaming.EventHubs.EventHubSequenceToken * Orleans.Serialization.Cloning.CopyContext -> unit
override this.DeepCopy : Orleans.Streaming.EventHubs.EventHubSequenceToken * Orleans.Streaming.EventHubs.EventHubSequenceToken * Orleans.Serialization.Cloning.CopyContext -> unit
Public Sub DeepCopy (input As EventHubSequenceToken, output As EventHubSequenceToken, context As CopyContext)
參數
- input
- EventHubSequenceToken
- output
- EventHubSequenceToken
- context
- CopyContext