StreamInvocationMessage 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示流式调用的中心消息。
public ref class StreamInvocationMessage : Microsoft::AspNetCore::SignalR::Protocol::HubMethodInvocationMessage
public class StreamInvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMethodInvocationMessage
type StreamInvocationMessage = class
inherit HubMethodInvocationMessage
Public Class StreamInvocationMessage
Inherits HubMethodInvocationMessage
- 继承
构造函数
StreamInvocationMessage(String, String, Object[], String[]) |
初始化 StreamInvocationMessage 类的新实例。 |
StreamInvocationMessage(String, String, Object[]) |
初始化 StreamInvocationMessage 类的新实例。 |
属性
Arguments |
获取目标方法参数。 (继承自 HubMethodInvocationMessage) |
Headers |
获取或设置标头的名称/值集合。 (继承自 HubInvocationMessage) |
InvocationId |
获取调用 ID。 (继承自 HubInvocationMessage) |
StreamIds |
目标方法流 ID。 (继承自 HubMethodInvocationMessage) |
Target |
获取目标方法名称。 (继承自 HubMethodInvocationMessage) |
方法
ToString() |
表示流式调用的中心消息。 |