SharpCvsLib

CVSServerConnection.SendMessage Method (String, String, String)

Send the message to the message event handler.

[Visual Basic]
Overloads Public Sub SendMessage( _
   ByVal module As String, _
   ByVal repositoryPath As String, _
   ByVal filename As String _
)
[C#]
public void SendMessage(
   string module,
   string repositoryPath,
   string filename
);

Parameters

module
The cvs module.
repositoryPath
The path to the cvs repository.
filename
The name of the file being manipulated.

See Also

CVSServerConnection Class | ICSharpCode.SharpCvsLib.Client Namespace | CVSServerConnection.SendMessage Overload List