DelegateCodecSelector 类

定义

ICodecSelector的实现使用委托。

public sealed class DelegateCodecSelector : Orleans.Serialization.Serializers.ICodecSelector
type DelegateCodecSelector = class
    interface ICodecSelector
Public NotInheritable Class DelegateCodecSelector
Implements ICodecSelector
继承
DelegateCodecSelector
实现

构造函数

DelegateCodecSelector()

ICodecSelector的实现使用委托。

属性

CodecName

ICodecSelector的实现使用委托。

IsSupportedTypeDelegate

ICodecSelector的实现使用委托。

方法

IsSupportedType(Type)

ICodecSelector的实现使用委托。

适用于