SqliteConfigServiceSetSessionName Method

Changes the session name of an existing session

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public Task<bool> SetSessionName(
	int sessionId,
	string sessionName
)

Parameters

sessionId  Int32
The unique id of the session to target
sessionName  String
The new name that will replace the target session name

Return Value

TaskBoolean
Return true if update name was successful

Implements

IConfigDataProviderSetSessionName(Int32, String)

See Also