Table of Contents

Method SetValue

Namespace
Innova.Rest.Server.Settings
Assembly
Innova.Rest.Server.dll

SetValue(string, object)

Sets the value of the specified setting key.

public Task SetValue(string settingsKey, object value)

Parameters

settingsKey string

The key of the setting.

value object

The value to be set.

Returns

Task

A task representing the asynchronous operation.