Click or drag to resize

ClientInfoSetClientUser Method

Updates the ClientUser.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public void SetClientUser(
	IPrincipal user
)
View Source

Parameters

user  IPrincipal
New IPrincipal object to be assigned to ClientUser.
See Also