C# 클래스 EducationPathways.ServiceBus.BrokeredMessageExtensions

파일 보기 프로젝트 열기: pebblecode/EducationPathways

공개 메소드들

메소드 설명
SafeAbandonAsync ( this message, string subscription, Action callback, long processingElapsedMilliseconds, long schedulingElapsedMilliseconds, Stopwatch roundtripStopwatch ) : void
SafeCompleteAsync ( this message, string subscription, Action callback, long processingElapsedMilliseconds, long schedulingElapsedMilliseconds, Stopwatch roundtripStopwatch ) : void
SafeDeadLetterAsync ( this message, string subscription, string reason, string description, Action callback, long processingElapsedMilliseconds, long schedulingElapsedMilliseconds, Stopwatch roundtripStopwatch ) : void

비공개 메소드들

메소드 설명
SafeMessagingActionAsync ( Action begin, Action end, BrokeredMessage message, Action callback, string actionErrorDescription, string messageId, string subscription, long processingElapsedMilliseconds, long schedulingElapsedMilliseconds, Stopwatch roundtripStopwatch ) : void

메소드 상세

SafeAbandonAsync() 공개 정적인 메소드

public static SafeAbandonAsync ( this message, string subscription, Action callback, long processingElapsedMilliseconds, long schedulingElapsedMilliseconds, Stopwatch roundtripStopwatch ) : void
message this
subscription string
callback Action
processingElapsedMilliseconds long
schedulingElapsedMilliseconds long
roundtripStopwatch Stopwatch
리턴 void

SafeCompleteAsync() 공개 정적인 메소드

public static SafeCompleteAsync ( this message, string subscription, Action callback, long processingElapsedMilliseconds, long schedulingElapsedMilliseconds, Stopwatch roundtripStopwatch ) : void
message this
subscription string
callback Action
processingElapsedMilliseconds long
schedulingElapsedMilliseconds long
roundtripStopwatch Stopwatch
리턴 void

SafeDeadLetterAsync() 공개 정적인 메소드

public static SafeDeadLetterAsync ( this message, string subscription, string reason, string description, Action callback, long processingElapsedMilliseconds, long schedulingElapsedMilliseconds, Stopwatch roundtripStopwatch ) : void
message this
subscription string
reason string
description string
callback Action
processingElapsedMilliseconds long
schedulingElapsedMilliseconds long
roundtripStopwatch Stopwatch
리턴 void