BotConfiguration.FindService(String) 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.
Find a service by ID.
public Microsoft.Bot.Configuration.ConnectedService FindService (string id);
member this.FindService : string -> Microsoft.Bot.Configuration.ConnectedService
Public Function FindService (id As String) As ConnectedService
Parameters
- id
- String
The ID of the service to find.
Returns
The ConnectedService; or null if the service isn't found.