Show / Hide Table of Contents

    Class QueuedAppLaunchEvent

    Service Bus queue message sent by AppLaunch to notify the client a user launched an app

    Inheritance
    System.Object
    QueuedSharePointEvent
    QueuedAppLaunchEvent
    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 QueuedAppLaunchEvent : QueuedSharePointEvent
    Remarks

    The messaging system uses a object's type as a message's content type to allow clients to distinguish different message types in the same queue. Subclassing the base QueuedSharePointEvent provides this type information.

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