Click or drag to resize

AsynchronousOperationExtensionDoWork Method

Method called when the operation is triggered.

Namespace:  EBP.Api.Asynchronous
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected abstract void DoWork(
	AsynchronousOperationContext operationContext
)

Parameters

operationContext
Type: EBP.Api.AsynchronousAsynchronousOperationContext
The operation context.
See Also