Table of Contents

Class McpCancellationEventArgs

Namespace
LMKit.Mcp.Client
Assembly
LM-Kit.NET.dll

Provides data for the CancellationReceived event.

public sealed class McpCancellationEventArgs : EventArgs
Inheritance
McpCancellationEventArgs
Inherited Members

Constructors

McpCancellationEventArgs(long, string)

Initializes a new instance of McpCancellationEventArgs.

Properties

Reason

Gets the optional reason for the cancellation.

RequestId

Gets the ID of the request that was cancelled.