You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Allows to get ahold of the <see cref="IServiceProvider"/> for the current message scope.
/// </summary>
public interface IMessageScopeAccessor
{
/// <summary>
/// If the running code is within a message scope of a consumer, this property will return the <see cref="IServiceProvider"/> for the current message scope.