Show / Hide Table of Contents

    Class FunctionBase

    Functionality common to individual functions

    Inheritance
    System.Object
    FunctionBase
    AppLaunchHandler
    CreateCredentialTokenHandler
    EventDispatchHandler
    GetACSAccessTokensHandler
    ValidateCredentialTokenHandler
    Inherited Members
    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 FunctionBase

    Methods

    | Improve this Doc View Source

    Log(String)

    Fires the FunctionNotify event with a message

    Declaration
    public void Log(string message)
    Parameters
    Type Name Description
    System.String message

    The notification message

    Events

    | Improve this Doc View Source

    FunctionNotify

    A simple notification event. Listeners to this event can log messages as needed.

    Declaration
    public event FunctionNotificationEventHandler FunctionNotify
    Event Type
    Type Description
    FunctionNotificationEventHandler
    Remarks

    If you need more than just the simple Message property, extend FunctionNotificationEventArgs

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