Show / Hide Table of Contents

Class StorageConnectionStringResolver

A storage connection string resolution service.

Inheritance
System.Object
StorageConnectionStringResolver
AzureStorageConnectionStringResolver
Implements
IStorageConnectionStringResolver
Namespace: DNVGL.One.Compute.StorageLibrary.ConnectionResolver
Assembly: DNVGL.One.Compute.StorageLibrary.dll
Syntax
public class StorageConnectionStringResolver : object, IStorageConnectionStringResolver

Methods

View Source

ResolveStorageConnectionString()

Resolves the storage connection string.

Declaration
public virtual string ResolveStorageConnectionString()
Returns
Type Description
System.String

The resolved storage connection string.

Remarks

First of all check a user environment variable. If debugging this and the call does not locate the environment variable then please note that if you have just added it the environment variable to your system you should restart Visual Studio in order for it to detect it.

Implements

IStorageConnectionStringResolver
  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.