RemoteRenderingModelFactory Class

Definition

Model factory that enables mocking for the Remote Rendering library.

public static class RemoteRenderingModelFactory
type RemoteRenderingModelFactory = class
Public Class RemoteRenderingModelFactory
Inheritance
RemoteRenderingModelFactory

Methods

AssetConversion(String, AssetConversionOptions, AssetConversionOutput, RemoteRenderingServiceError, AssetConversionStatus, DateTimeOffset)

Initializes a new instance of the AssetConversion(String, AssetConversionOptions, AssetConversionOutput, RemoteRenderingServiceError, AssetConversionStatus, DateTimeOffset) class for mocking purposes.

AssetConversionOutput(Uri)

Initializes a new instance of the AssetConversionOutput(Uri) class for mocking purposes.

RemoteRenderingServiceError(String, String, IReadOnlyList<RemoteRenderingServiceError>, String, RemoteRenderingServiceError)

Initializes a new instance of the RemoteRenderingServiceError(String, String, IReadOnlyList<RemoteRenderingServiceError>, String, RemoteRenderingServiceError) class for mocking purposes.

RenderingSession(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, RenderingServerSize, RenderingSessionStatus, Nullable<Single>, RemoteRenderingServiceError, Nullable<DateTimeOffset>)

Initializes a new instance of the RenderingSession(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int32>, RenderingServerSize, RenderingSessionStatus, Nullable<Single>, RemoteRenderingServiceError, Nullable<DateTimeOffset>) class for mocking purposes.

Applies to