BackgroundOperationDelegate 代理人

定義

代表一個代理,這是一種資料結構,指涉靜態方法或類別實例與該類別的實例方法。

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)

參數

context
IBackgroundOperationContext

一個介面,代表執行背景操作方法的代理。

適用於