[This is preliminary documentation and is subject to change.]
Sends user comment.
Namespace:
Subtitles.ServicesAssembly: 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.