Show / Hide Table of Contents

    Class QueuedSharePointProcessEvent

    Service Bus queue message sent by EventDispatch in response to receiving a remote event notification from SharePoint

    Inheritance
    System.Object
    QueuedSharePointEvent
    QueuedSharePointProcessEvent
    Inherited Members
    QueuedSharePointEvent.ClientId
    QueuedSharePointEvent.AppWebUrl
    QueuedSharePointEvent.AppAccessToken
    QueuedSharePointEvent.UserAccessToken
    QueuedSharePointEvent.RetryCount
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace:AzureFunctionsForSharePoint.Common
    Assembly:AzureFunctionsForSharePoint.Common.dll
    Syntax
    public class QueuedSharePointProcessEvent : QueuedSharePointEvent

    Properties

    | Improve this Doc View Source

    SharePointRemoteEventAdapter

    Details about the remote event

    Declaration
    public SharePointRemoteEventAdapter SharePointRemoteEventAdapter { get; set; }
    Property Value
    Type Description
    SharePointRemoteEventAdapter
    • Improve this Doc
    • View Source
    Back to top Copyright © 2016 InstantQuick
    View project on Github