Class FunctionNotificationEventArgs
A message to send to FunctionNotificationEventHandler
Inheritance
System.Object
System.EventArgs
FunctionNotificationEventArgs
Inherited Members
System.EventArgs.Empty
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:AzureFunctionsForOffice.Functions
Assembly:AzureFunctionsForOffice.Functions.dll
Syntax
public class FunctionNotificationEventArgs : EventArgs
Properties
View SourceMessage
The message text
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |