IListMakerApp.Repeat Method

Causes a CD/DVD recording application to repeat the previous recording operation.

Syntax

public void Repeat(
   ListMakerList lml);

Parameters

lml

Microsoft.MediaCenterMicrosoft.MediaCenter.ListMaker.ListMakerList.  An instance of the ListMakerList class. The application uses this interface to retrieve the list items.

Return Value

This method does not return a value.

Remarks

If the Repeatable property is true, Windows Media Center prompts the user to repeat the operation when the previous recording operation is completed. If the user indicates yes, Windows Media Center calls this method.

This method is similar to IListMakerApp.Launch method, except that the application can re-use any setup parameters that it previously gathered from the user.

This method should raise a ListMakerException if it encounters a problem.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also