Table of Contents

Method UnsubscribeFromResourceAsync

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

UnsubscribeFromResourceAsync(string, CancellationToken)

Unsubscribes from updates for a specific resource.

public Task UnsubscribeFromResourceAsync(string uri, CancellationToken cancellationToken = default)

Parameters

uri string

The URI of the resource to unsubscribe from.

cancellationToken CancellationToken

A token to cancel the operation.

Returns

Task