Documentation Center

IBackgroundTaskHandlerContext

IBackgroundTaskHandlerContext interface is implemented by the object passed to .Net handler Run method. It provides the handler with the context information, input data and an access to the various services (such as logging service).

InputDataStream

The stream with the input event data.

EventId

The event id.

ProgressId

The progress id.

CurrentAttempt

The current attempt.

EventMonitor

Gets the event monitor.

AuthenticationContext (internal)

Deprecated proprietary authentication context.

WillRetryOnException

Will the background task retry on exception. Handler should use it to check whether or not it should close the event logging of the background task.