C# Class Alexandria.BackgroundOperation

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

Public Methods

Method Description
BackgroundOperation ( AlexandriaManager manager, string name, string description, BackgroundOperationCallback callbacks ) : System

Initialise the object.

Private Methods

Method Description
Run ( Action updateProgress ) : void

Method Details

BackgroundOperation() public method

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