IRedisCachePremiumBeta.RemoveLinkedServerAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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