BackgroundOperationDelegate Delegate

Definition

Represents a delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class.

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)

Parameters

context
IBackgroundOperationContext

An interface that represents the delegate to execute the background operation method.

Applies to