Ejemplo n.º 1
0
 /// <summary>
 /// The Syms constructor for user-defined token provider (Async)).
 /// </summary>
 public SymsAdapter(string endpoint, TokenProviderAsync tokenProviderAsync) : this()
 {
     this.Endpoint           = endpoint;
     this.TokenProviderAsync = tokenProviderAsync;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// The ADLS constructor for user-defined token provider (Async)).
 /// </summary>
 public ADLSAdapter(string hostname, TokenProviderAsync tokenProviderAsync) : this()
 {
     this.Hostname           = hostname;
     this.TokenProviderAsync = tokenProviderAsync;
 }