SharpCvsLib

RemovedResponse.Process Method 

Removed pathname \n The file has been removed from the repository (this is the case where cvs prints `file foobar.c is no longer pertinent').

[Visual Basic]
NotOverridable Public Sub Process( _
   ByVal cvsStream As CvsStream, _
   ByVal services As IResponseServices _
) Implements _
   IResponse.Process
[C#]
public void Process(
   CvsStream cvsStream,
   IResponseServices services
);

Parameters

cvsStream
Missing <param> documentation for cvsStream
services
Missing <param> documentation for services

Implements

IResponse.Process

See Also

RemovedResponse Class | ICSharpCode.SharpCvsLib.Responses Namespace