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, Nullable<Int32>)
IOneComputePlatformClient.GetContainerUri(String, Nullable<Int32>)
IOneComputePlatformClient.GetContainerUriReadOnlyAsync(String, Nullable<Int32>)
IOneComputePlatformClient.GetContainerUriReadOnly(String, Nullable<Int32>)
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
System.String jobId

The job identifier.

System.String userId

The user identifier.

Returns
Type Description
System.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
System.String jobId

The job identifier.

System.String userId

The user identifier.

Returns
Type Description
Task<System.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
System.String jobId

The job identifier.

System.String userId

The user identifier.

Returns
Type Description
System.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
System.String jobId

The job identifier.

System.String userId

The user identifier.

Returns
Type Description
Task<System.String>

A SignalR token for the worker.

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