Codec_RebalancingReport Class
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.
public sealed class Codec_RebalancingReport : Orleans.Serialization.Codecs.IFieldCodec<Orleans.Placement.Rebalancing.RebalancingReport>, Orleans.Serialization.Serializers.IValueSerializer<Orleans.Placement.Rebalancing.RebalancingReport>
type Codec_RebalancingReport = class
interface IFieldCodec<RebalancingReport>
interface IFieldCodec
interface IValueSerializer<RebalancingReport>
interface IValueSerializer
Public NotInheritable Class Codec_RebalancingReport
Implements IFieldCodec(Of RebalancingReport), IValueSerializer(Of RebalancingReport)
- Inheritance
-
Codec_RebalancingReport
- Implements
Constructors
Codec_RebalancingReport(IActivator<RebalancingReport>, ICodecProvider) |