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

表示要执行后台操作方法的委托的接口。

适用于