C# 클래스 Alexandria.BackgroundOperation

This describes a background operation that occurs for an AlexandriaManager.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 메소드들

메소드 설명
BackgroundOperation ( AlexandriaManager manager, string name, string description, BackgroundOperationCallback callbacks ) : System

Initialise the object.

비공개 메소드들

메소드 설명
Run ( Action updateProgress ) : void

메소드 상세

BackgroundOperation() 공개 메소드

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