DeltaResponseHandler Class

Definition

PREVIEW A response handler that exposes the list of changes returned in a response. This supports scenarios where the service expresses changes to 'null'. The deserializer can't express changes to null so you can now discover if a property has been set to null. This is intended for use with a Delta query scenario.

public class DeltaResponseHandler : Microsoft.Graph.IResponseHandler
type DeltaResponseHandler = class
    interface IResponseHandler
Public Class DeltaResponseHandler
Implements IResponseHandler
Inheritance
DeltaResponseHandler
Implements

Constructors

DeltaResponseHandler()

Constructs a new ResponseHandler.

Methods

HandleResponse<T>(HttpResponseMessage)

Process raw HTTP response into requested domain type.

Applies to