CopyContextPool(CodecProvider) 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 CopyContextPool class.
public CopyContextPool (Orleans.Serialization.Serializers.CodecProvider codecProvider);
new Orleans.Serialization.Cloning.CopyContextPool : Orleans.Serialization.Serializers.CodecProvider -> Orleans.Serialization.Cloning.CopyContextPool
Public Sub New (codecProvider As CodecProvider)
Parameters
- codecProvider
- CodecProvider
The codec provider.