Jaa


BotConfiguration.SaveAsAsync(String, String) Method

Definition

Save the configuration to a .bot file.

public System.Threading.Tasks.Task SaveAsAsync (string path = default, string secret = default);
member this.SaveAsAsync : string * string -> System.Threading.Tasks.Task
Public Function SaveAsAsync (Optional path As String = Nothing, Optional secret As String = Nothing) As Task

Parameters

path
String

Path to bot file.

secret
String

Secret for encrypting the file keys.

Returns

Task.

Applies to