BotConfiguration.Load(String, String) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.