BotConfiguration.SaveAsAsync(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.