Share via


IRedisCachePremiumBeta.RemoveLinkedServerAsync Method

Definition

Removes the linked server from the current Redis cache instance.

public System.Threading.Tasks.Task RemoveLinkedServerAsync (string linkedServerName, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveLinkedServerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RemoveLinkedServerAsync (linkedServerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

linkedServerName
String

The name of the linked server.

cancellationToken
CancellationToken

Returns

Applies to