ActorRemotingDataContractSerializationProvider Constructors
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.
Overloads
ActorRemotingDataContractSerializationProvider() |
Initializes a new instance of the ActorRemotingDataContractSerializationProvider class. with default IBufferPoolManager |
ActorRemotingDataContractSerializationProvider(IBufferPoolManager) |
Initializes a new instance of the ActorRemotingDataContractSerializationProvider class. with user specified IBufferPoolManager.If the specified buffer pool manager is null, the buffer pooling will be turned off. |
ActorRemotingDataContractSerializationProvider()
Initializes a new instance of the ActorRemotingDataContractSerializationProvider class. with default IBufferPoolManager
public ActorRemotingDataContractSerializationProvider ();
Public Sub New ()
Applies to
ActorRemotingDataContractSerializationProvider(IBufferPoolManager)
Initializes a new instance of the ActorRemotingDataContractSerializationProvider class. with user specified IBufferPoolManager.If the specified buffer pool manager is null, the buffer pooling will be turned off.
public ActorRemotingDataContractSerializationProvider (Microsoft.ServiceFabric.Services.Remoting.V2.Messaging.IBufferPoolManager bodyBufferPoolManager);
new Microsoft.ServiceFabric.Actors.Remoting.V2.ActorRemotingDataContractSerializationProvider : Microsoft.ServiceFabric.Services.Remoting.V2.Messaging.IBufferPoolManager -> Microsoft.ServiceFabric.Actors.Remoting.V2.ActorRemotingDataContractSerializationProvider
Public Sub New (bodyBufferPoolManager As IBufferPoolManager)
Parameters
- bodyBufferPoolManager
- IBufferPoolManager
The buffer pool manager for serializing the remoting message bodies.
Applies to
Azure SDK for .NET