Share via


InvocationMessage 类

定义

表示非流式处理调用的中心消息。

public ref class InvocationMessage : Microsoft::AspNetCore::SignalR::Protocol::HubMethodInvocationMessage
public class InvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage
type InvocationMessage = class
    inherit HubMethodInvocationMessage
Public Class InvocationMessage
Inherits HubMethodInvocationMessage
继承

构造函数

InvocationMessage(String, Object[])

初始化 InvocationMessage 类的新实例。

InvocationMessage(String, String, Object[])

初始化 InvocationMessage 类的新实例。

InvocationMessage(String, String, Object[], String[])

初始化 InvocationMessage 类的新实例。

属性

Arguments

获取目标方法参数。

(继承自 HubMethodInvocationMessage)
Headers

获取或设置标头的名称/值集合。

(继承自 HubInvocationMessage)
InvocationId

获取调用 ID。

(继承自 HubInvocationMessage)
StreamIds

目标方法流 ID。

(继承自 HubMethodInvocationMessage)
Target

获取目标方法名称。

(继承自 HubMethodInvocationMessage)

方法

ToString()

表示非流式处理调用的中心消息。

适用于