IInvocationBinder 接口

定义

用于 IHubProtocol获取 Type 反序列化中心消息所需的 () 类。

public interface class IInvocationBinder
public interface IInvocationBinder
type IInvocationBinder = interface
Public Interface IInvocationBinder

方法

GetParameterTypes(String)

获取 采用 作为参数表示methodName的方法的列表Type

GetReturnType(String)

获取 Type 由 应包含的 invocationId 表示的调用。

GetStreamItemType(String)

获取 Type 应包含的流项。

GetTarget(ReadOnlySpan<Byte>)

String 字节获取目标的表示形式。

适用于