Table of Contents

Method RouteAsync

Namespace
Ratatoskr.Core
Assembly
Ratatoskr.dll

RouteAsync(byte[], MessageProperties, string, CancellationToken, string)

public Task<DispatchResult> RouteAsync(byte[] body, MessageProperties properties, string transportName, CancellationToken cancellationToken, string channelName)

Parameters

body byte[]
properties MessageProperties
transportName string
cancellationToken CancellationToken
channelName string

Returns

Task<DispatchResult>