SqliteConfigServiceSetSessionName Method
Changes the session name of an existing session
Namespace: SuperBuilderWinService.ProvidersImplAssembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
public Task<bool> SetSessionName(
int sessionId,
string sessionName
)
Public Function SetSessionName (
sessionId As Integer,
sessionName As String
) As Task(Of Boolean)
public:
virtual Task<bool>^ SetSessionName(
int sessionId,
String^ sessionName
) sealed
abstract SetSessionName :
sessionId : int *
sessionName : string -> Task<bool>
override SetSessionName :
sessionId : int *
sessionName : string -> Task<bool>
- sessionId Int32
- The unique id of the session to target
- sessionName String
- The new name that will replace the target session name
TaskBooleanReturn true if update name was successful
IConfigDataProviderSetSessionName(Int32, String)