Show / Hide Table of Contents

Interface IMessageSender<T>

Message sender.

Namespace: DNVGL.One.Compute.StorageLibrary.MessageQueue
Assembly: DNVGL.One.Compute.StorageLibrary.dll
Syntax
public interface IMessageSender<in T>
    where T : class
Type Parameters
Name Description
T

Message type.

Methods

View Source

SendMessageAsync(String, T)

Sends the message.

Declaration
Task SendMessageAsync(string messageQueue, T message)
Parameters
Type Name Description
System.String messageQueue

The queue to add the message to.

T message

The message.

Returns
Type Description
Task

Asynchronous .

  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.