 | 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)
Syntaxprotected abstract void DoWork(
AsynchronousOperationContext operationContext
)
Protected MustOverride Sub DoWork (
operationContext As AsynchronousOperationContext
)
Parameters
- operationContext
- Type: EBP.Api.AsynchronousAsynchronousOperationContext
The operation context.
See Also