SerializerSessionPool 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 SerializerSessionPool class.
public SerializerSessionPool (Orleans.Serialization.TypeSystem.TypeCodec typeCodec, Orleans.Serialization.Session.WellKnownTypeCollection wellKnownTypes, Orleans.Serialization.Serializers.CodecProvider codecProvider);
new Orleans.Serialization.Session.SerializerSessionPool : Orleans.Serialization.TypeSystem.TypeCodec * Orleans.Serialization.Session.WellKnownTypeCollection * Orleans.Serialization.Serializers.CodecProvider -> Orleans.Serialization.Session.SerializerSessionPool
Public Sub New (typeCodec As TypeCodec, wellKnownTypes As WellKnownTypeCollection, codecProvider As CodecProvider)
Parameters
- typeCodec
- TypeCodec
The type codec.
- wellKnownTypes
- WellKnownTypeCollection
The well known type collection.
- codecProvider
- CodecProvider
The codec provider.