Method Resolve
Resolve(CancellationToken)
Resolves a connection string. If the connection string indicates more information is available in the DNS system, it will acquire that information as well.
Parameters
cancellationToken
CancellationToken The cancellation token.
Returns
- Mongo
Url A resolved MongoURL.
Resolve(bool, CancellationToken)
Resolves a connection string. If the connection string indicates more information is available in the DNS system, it will acquire that information as well.
Parameters
resolveHosts
boolWhether to resolve hosts.
cancellationToken
CancellationToken The cancellation token.
Returns
- Mongo
Url A resolved MongoURL.