Universal Windows Service Class Library

ApplicationList.Remove Method (String)

Remove application with given name from list.

public void Remove(
   string applicationName
);

Parameters

applicationName
Name of the application which should be removed.

Remarks

Searches the whole list if an application with given name was found. Then tell the working thread of matching application to stop it's work and remove object from list.

Exceptions

Exception TypeCondition
ArgumentNullExceptionThrown if no application name was given.

See Also

ApplicationList Class | uws Namespace | ApplicationList.Remove Overload List | Application