HubInvocationMessage 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.
A base class for hub messages related to a specific invocation.
public ref class HubInvocationMessage abstract : Microsoft::AspNetCore::SignalR::Protocol::HubMessage
	public abstract class HubInvocationMessage : Microsoft.AspNetCore.SignalR.Protocol.HubMessage
	type HubInvocationMessage = class
    inherit HubMessage
	Public MustInherit Class HubInvocationMessage
Inherits HubMessage
		- Inheritance
 
- Derived
 
Constructors
| HubInvocationMessage(String) | 
		 Initializes a new instance of the HubInvocationMessage class.  | 
        	
Properties
| Headers | 
		 Gets or sets a name/value collection of headers.  | 
        	
| InvocationId | 
		 Gets the invocation ID.  |