Class McpCancellationEventArgs
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.