Jaa


BotConfiguration.FindService(String) Method

Definition

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.

Applies to