DeepCopier(CodecProvider, CopyContextPool) Constructor
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.
Initializes a new instance of the DeepCopier class.
public DeepCopier(Orleans.Serialization.Serializers.CodecProvider codecProvider, Orleans.Serialization.Cloning.CopyContextPool contextPool);
new Orleans.Serialization.DeepCopier : Orleans.Serialization.Serializers.CodecProvider * Orleans.Serialization.Cloning.CopyContextPool -> Orleans.Serialization.DeepCopier
Public Sub New (codecProvider As CodecProvider, contextPool As CopyContextPool)
Parameters
- codecProvider
- CodecProvider
The codec provider.
- contextPool
- CopyContextPool
The context pool.