Table of Contents

Class OperationMessage

Namespace
HotChocolate.AspNetCore.Subscriptions.Protocols
Assembly
HotChocolate.AspNetCore.dll

A base class for operation messages.

public abstract class OperationMessage
Inheritance
OperationMessage
Derived
Inherited Members

Constructors

OperationMessage(string)

protected OperationMessage(string type)

Parameters

type string

Properties

Type

Gets the operation message type.

public string Type { get; }

Property Value

string