Universal Windows Service Class Library

ApplicationList.Remove Method (Application)

Remove given application from list.

public void Remove(
   Application application
);

Parameters

application
Object of the application class which should be removed.

Remarks

Searches the whole list if the given application 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 was given.

See Also

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