Udostępnij przez


ConfigurationConnections.GetConnection(String) Method

Definition

Gets a connection by name.

public Microsoft.Agents.Authentication.IAccessTokenProvider GetConnection(string name);
abstract member GetConnection : string -> Microsoft.Agents.Authentication.IAccessTokenProvider
override this.GetConnection : string -> Microsoft.Agents.Authentication.IAccessTokenProvider
Public Function GetConnection (name As String) As IAccessTokenProvider

Parameters

name
String

Returns

IAccessTokenProvider

Implements

Applies to