Interface IMessageSenderInitialization
Initialization of IMessageSender.
Namespace: DNVGL.One.Compute.StorageLibrary.MessageQueue
Assembly: DNVGL.One.Compute.StorageLibrary.dll
Syntax
public interface IMessageSenderInitialization
Methods
View SourceSetJobId(String)
Sets the job identifier.
Declaration
void SetJobId(string jobId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | jobId | The job identifier. |
SetStorageService(IStorageServiceFactory)
Sets the storage service factory.
Declaration
void SetStorageService(IStorageServiceFactory storageServiceFactory)
Parameters
| Type | Name | Description |
|---|---|---|
| IStorageServiceFactory | storageServiceFactory | The storage service factory. |