C# Class SInnovations.Azure.MessageProcessor.Core.Notifications.MessageCompletedNotificationExtensions

Show file Open project: s-innovations/S-Innovations.Azure.MessageProcessor

Public Methods

Method Description
CreateEventTelemetryAsync ( this notice, string eventName = "MessageCompleted", bool inheritLookup = true ) : Task
TrackMessageCompletedAsync ( this notice, string eventName = "MessageCompleted", bool classAttributeRequired = true, bool inheritLookup = true ) : System.Threading.Tasks.Task

Method Details

CreateEventTelemetryAsync() public static method

public static CreateEventTelemetryAsync ( this notice, string eventName = "MessageCompleted", bool inheritLookup = true ) : Task
notice this
eventName string
inheritLookup bool
return Task

TrackMessageCompletedAsync() public static method

public static TrackMessageCompletedAsync ( this notice, string eventName = "MessageCompleted", bool classAttributeRequired = true, bool inheritLookup = true ) : System.Threading.Tasks.Task
notice this
eventName string
classAttributeRequired bool
inheritLookup bool
return System.Threading.Tasks.Task