Show / Hide Table of Contents

Interface IOneComputePlatformClientSignalR

Defines the client interface to the One Compute Platform including the SignalR extensions.

Inherited Members
IOneComputePlatformClient.GetContainersAsync()
IOneComputePlatformClient.GetContainers()
IOneComputePlatformClient.GetContainerUriAsync(string, int?)
IOneComputePlatformClient.GetContainerUri(string, int?)
IOneComputePlatformClient.GetContainerUriReadOnlyAsync(string, int?)
IOneComputePlatformClient.GetContainerUriReadOnly(string, int?)
IOneComputePlatformClient.CreateBlobUrisAsync(string, IEnumerable<string>)
IOneComputePlatformClient.CreateBlobUris(string, IEnumerable<string>)
IOneComputePlatformClient.GetWorkItemStorageContainerUriAsync(string, string, string)
IOneComputePlatformClient.GetWorkItemStorageContainerUri(string, string, string)
IOneComputePlatformClient.GetWorkItemStorageInfoAsync(string, string)
IOneComputePlatformClient.GetWorkItemStorageInfo(string, string)
IOneComputePlatformClient.DeleteJobAsync(string)
IOneComputePlatformClient.DeleteJob(string)
IJobSchedulingClient.SubmitJobAsync(Job, CancellationToken)
IJobSchedulingClient.SubmitJob(Job)
IJobSchedulingClient.CancelJobAsync(string)
IJobSchedulingClient.CancelJob(string)
IJobSchedulingClient.GetJobsAsync()
IJobSchedulingClient.GetJobs()
IJobSchedulingClient.GetJobStatusAsync(string)
IJobSchedulingClient.GetJobStatus(string)
IJobSchedulingClient.GetWorkItemInfoAsync(string)
IJobSchedulingClient.GetWorkItemInfo(string)
IJobSchedulingClient.GetJobPropertiesAsync()
IJobSchedulingClient.GetJobPropertiesInSegmentsAsync(string)
IJobSchedulingClient.GetJobProperties()
IJobSchedulingClient.GetJobPropertiesInSegments(string)
IJobSchedulingClient.GetJobPropertiesAsync(string)
IJobSchedulingClient.GetJobProperties(string)
IJobSchedulingClient.GetWorkItemPropertiesAsync(string)
IJobSchedulingClient.GetWorkItemProperties(string)
IJobSchedulingClient.GetWorkItemPropertiesAsync(string, string)
IJobSchedulingClient.GetWorkItemProperties(string, string)
IJobSchedulingClient.GetWorkItemInfoAsync(string, string)
IJobSchedulingClient.GetWorkItemInfo(string, string)
IJobSchedulingClient.GetWorkItemResultsAsync(string)
IJobSchedulingClient.GetWorkItemResults(string)
IJobSchedulingClient.GetWorkItemResultAsync(string, string)
IJobSchedulingClient.GetWorkItemResult(string, string)
Namespace: DNVGL.One.Compute.Core.PlatformClient
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface IOneComputePlatformClientSignalR : IOneComputePlatformClient, IJobSchedulingClient

Methods

View Source

GetSignalRUserToken(string, string)

Gets a SignalR user token.

Declaration
string GetSignalRUserToken(string jobId, string userId)
Parameters
Type Name Description
string jobId

The job identifier.

string userId

The user identifier.

Returns
Type Description
string

A SignalR token identifying the user.

View Source

GetSignalRUserTokenAsync(string, string)

Gets a SignalR user token.

Declaration
Task<string> GetSignalRUserTokenAsync(string jobId, string userId)
Parameters
Type Name Description
string jobId

The job identifier.

string userId

The user identifier.

Returns
Type Description
Task<string>

A SignalR token identifying the user.

View Source

GetSignalRWorkerToken(string, string)

Gets a worker SignalR token.

Declaration
string GetSignalRWorkerToken(string jobId, string userId)
Parameters
Type Name Description
string jobId

The job identifier.

string userId

The user identifier.

Returns
Type Description
string

A SignalR token for the worker.

View Source

GetSignalRWorkerTokenAsync(string, string)

Gets a worker SignalR token.

Declaration
Task<string> GetSignalRWorkerTokenAsync(string jobId, string userId)
Parameters
Type Name Description
string jobId

The job identifier.

string userId

The user identifier.

Returns
Type Description
Task<string>

A SignalR token for the worker.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.