Class StorageConnectionStringResolver
A storage connection string resolution service.
Implements
Namespace: DNVGL.One.Compute.StorageLibrary.ConnectionResolver
Assembly: DNVGL.One.Compute.StorageLibrary.dll
Syntax
public class StorageConnectionStringResolver : object, IStorageConnectionStringResolver
Methods
View SourceResolveStorageConnectionString()
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.