OBOExchange.TryGetOBOProvider(ITurnContext, String, IOBOExchange) 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.
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