CQRSalad.Dispatching.Context.DispatchingContext.DispatchingContext C# (CSharp) Méthode

DispatchingContext() private méthode

private DispatchingContext ( object handlerInstance, object messageInstance )
handlerInstance object
messageInstance object
        internal DispatchingContext(object handlerInstance, object messageInstance)
        {
            HandlerInstance = handlerInstance;
            MessageInstance = messageInstance;
        }
    }
DispatchingContext