Delen via


BotConfiguration.FindService(String) Methode

Definitie

Zoek een service op 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

De id van de service die moet worden gevonden.

Retouren

De ConnectedService; of null als de service niet wordt gevonden.

Van toepassing op