BackgroundOperationDelegate Delegasikan

Definisi

Mewakili delegasi, yang merupakan struktur data yang mengacu pada metode statis atau ke instans kelas dan metode instans kelas tersebut.

public delegate void BackgroundOperationDelegate(IBackgroundOperationContext ^ context);
public delegate void BackgroundOperationDelegate(IBackgroundOperationContext context);
type BackgroundOperationDelegate = delegate of IBackgroundOperationContext -> unit
Public Delegate Sub BackgroundOperationDelegate(context As IBackgroundOperationContext)

Parameter

context
IBackgroundOperationContext

Antarmuka yang mewakili delegasi untuk menjalankan metode operasi latar belakang.

Berlaku untuk