C# Class Alexandria.BackgroundOperation

This describes a background operation that occurs for an AlexandriaManager.
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Méthode Description
BackgroundOperation ( AlexandriaManager manager, string name, string description, BackgroundOperationCallback callbacks ) : System

Initialise the object.

Private Methods

Méthode Description
Run ( Action updateProgress ) : void

Method Details

BackgroundOperation() public méthode

Initialise the object.
public BackgroundOperation ( AlexandriaManager manager, string name, string description, BackgroundOperationCallback callbacks ) : System
manager AlexandriaManager
name string
description string
callbacks BackgroundOperationCallback
Résultat System