IConnections.TryGetConnection(String, IAccessTokenProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool TryGetConnection(string name, out Microsoft.Agents.Authentication.IAccessTokenProvider connection);
abstract member TryGetConnection : string * IAccessTokenProvider -> bool
Public Function TryGetConnection (name As String, ByRef connection As IAccessTokenProvider) As Boolean
Parameters
- name
- String
- connection
- IAccessTokenProvider