An NDoc Documented Class Library

OutlookEmitter.doEnd Method 

This method is called when a resource has been finished to been parsed. Actually it's only used in case of a RRULE (ends the job of the currently RecurrenceEmitter).

public void doEnd(
   Token t
);

Parameters

t
The Token is a class prepared by the parser which contains all the information about the component begin (see the iCalendar parser project for more information)

Implements

IEmitter.doEnd

See Also

OutlookEmitter Class | RemoteCalendars.Core Namespace