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

Syntax

C#
void SetVote(
	string userID,
	int score
)
Visual Basic
Sub SetVote ( _
	userID As String, _
	score As Integer _
)
Visual C++
void SetVote(
	String^ userID, 
	int score
)

Parameters

userID
Type: System..::..String
score
Type: System..::..Int32

See Also