Delen via


BotConfiguration.Load(String, String) Methode

Definitie

Laad de configuratie vanuit een BOT-bestand.

public static Microsoft.Bot.Configuration.BotConfiguration Load(string file, string secret = default);
static member Load : string * string -> Microsoft.Bot.Configuration.BotConfiguration
Public Shared Function Load (file As String, Optional secret As String = Nothing) As BotConfiguration

Parameters

file
String

Pad naar botbestand.

secret
String

Geheim voor het ontsleutelen van het bestand op schijf.

Retouren

BotConfiguration.

Van toepassing op