Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
void SetUserViewed(
	string userID,
	string ipAddress
)
Visual Basic
Sub SetUserViewed ( _
	userID As String, _
	ipAddress As String _
)
Visual C++
void SetUserViewed(
	String^ userID, 
	String^ ipAddress
)

Parameters

userID
Type: System..::..String
ipAddress
Type: System..::..String

See Also