Show / Hide Table of Contents

    Namespace EventDispatch

    Classes

    EventDispatchFunctionArgs

    Function specific configuration elements should be added as properties here to extend the AzureFunctionArgs class.

    EventDispatchHandler

    The EventDispatch function receives a remote event from SharePoint as a WCF SOAP message and parses it using SharePointRemoteEventAdapter. Based on the event type, the received information may be augmented by reading additional information from SharePoint. EventDispatch sends the resulting QueuedSharePointProcessEvent to the client's service bus queue.
    The EventDispatch function receives a remote event from SharePoint as a WCF SOAP message, parses it into something that is easier to consume using SharePointRemoteEventAdapter. Based on the event type, the received information may be augmented by reading additional information from SharePoint. EventDispatch sends the resulting QueuedSharePointProcessEvent to the client's service bus queue as JSON.

    • Improve this Doc
    Back to top Copyright © 2016 InstantQuick
    View project on Github