OBOExchange.TryGetOBOProvider(ITurnContext, String, IOBOExchange) Method

Definition

protected bool TryGetOBOProvider(Microsoft.Agents.Builder.ITurnContext turnContext, string connectionName, out Microsoft.Agents.Authentication.IOBOExchange oboExchangeProvider);
member this.TryGetOBOProvider : Microsoft.Agents.Builder.ITurnContext * string * IOBOExchange -> bool
Protected Function TryGetOBOProvider (turnContext As ITurnContext, connectionName As String, ByRef oboExchangeProvider As IOBOExchange) As Boolean

Parameters

turnContext
ITurnContext
connectionName
String
oboExchangeProvider
IOBOExchange

Returns

Applies to