RedisResource.GetConnectionStringAsync(CancellationToken) 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.
Gets the connection string for the Redis server.
public System.Threading.Tasks.ValueTask<string?> GetConnectionStringAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetConnectionStringAsync : System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<string>
override this.GetConnectionStringAsync : System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<string>
Public Function GetConnectionStringAsync (Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of String)
Parameters
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for the task to complete.
Returns
A connection string for the redis server in the form "host:port".