C# 클래스 SevenSoftware.Windows.ApplicationServices.RecoveryData

Defines a class that contains a callback delegate and properties of the application as defined by the user.
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

공개 메소드들

메소드 설명
Invoke ( ) : void

Invokes the recovery callback function.

RecoveryData ( RecoveryCallback callback, object state ) : System

Initializes a new instance of the RecoveryData class.

메소드 상세

Invoke() 공개 메소드

Invokes the recovery callback function.
public Invoke ( ) : void
리턴 void

RecoveryData() 공개 메소드

Initializes a new instance of the RecoveryData class.
public RecoveryData ( RecoveryCallback callback, object state ) : System
callback RecoveryCallback The callback delegate.
state object The current state of the application.
리턴 System