[This is preliminary documentation and is subject to change.]

Sends user comment.

Namespace:  Subtitles.Services
Assembly:  Subtitles.Services (in Subtitles.Services)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool SendComment(
	Guid session,
	string message
)
Visual Basic (Declaration)
Function SendComment ( _
	session As Guid, _
	message As String _
) As Boolean
Visual C++
bool SendComment(
	Guid session, 
	String^ message
)

Parameters

session
Type: System..::.Guid
Unique session identifier obtained by ISession..::.LogIn(String, String, String, String%) method.
message
Type: System..::.String
User message.

Return Value

True on success, false otherwise.

See Also