C# 클래스 SInnovations.Azure.MessageProcessor.Core.Notifications.MessageCompletedNotificationExtensions

파일 보기 프로젝트 열기: s-innovations/S-Innovations.Azure.MessageProcessor

공개 메소드들

메소드 설명
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

메소드 상세

CreateEventTelemetryAsync() 공개 정적인 메소드

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

TrackMessageCompletedAsync() 공개 정적인 메소드

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
리턴 System.Threading.Tasks.Task