Show / Hide Table of Contents

Interface IMessageSenderInitialization

Initialization of IMessageSender.

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

Methods

View Source

SetJobId(String)

Sets the job identifier.

Declaration
void SetJobId(string jobId)
Parameters
Type Name Description
System.String jobId

The job identifier.

View Source

SetStorageService(IStorageServiceFactory)

Sets the storage service factory.

Declaration
void SetStorageService(IStorageServiceFactory storageServiceFactory)
Parameters
Type Name Description
IStorageServiceFactory storageServiceFactory

The storage service factory.

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