共用方式為


ISessionManager.SetAsync(String, Boolean) Method

Definition

Set the state of a feature to be used for a session.

public System.Threading.Tasks.Task SetAsync (string featureName, bool enabled);
abstract member SetAsync : string * bool -> System.Threading.Tasks.Task
Public Function SetAsync (featureName As String, enabled As Boolean) As Task

Parameters

featureName
String

The name of the feature.

enabled
Boolean

The state of the feature.

Returns

Applies to