Show / Hide Table of Contents

Interface IMessageSender

Message sender.

Namespace: DNVGL.One.Compute.StorageLibrary.MessageQueue
Assembly: DNVGL.One.Compute.StorageLibrary.dll
Syntax
public interface IMessageSender

Methods

View Source

SendMessageAsync<T>(String, T)

Sends the message.

Declaration
Task SendMessageAsync<T>(string messageQueue, T message)
    where T : class
Parameters
Type Name Description
System.String messageQueue

The queue to add the message to.

T message

The message.

Returns
Type Description
Task

Asynchronous .

Type Parameters
Name Description
T

Message type.

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