Print3DTaskRequest.CreateTask Method

Definition

Creates a 3D print job.

public:
 virtual Print3DTask ^ CreateTask(Platform::String ^ title, Platform::String ^ printerId, Print3DTaskSourceRequestedHandler ^ handler) = CreateTask;
Print3DTask CreateTask(winrt::hstring const& title, winrt::hstring const& printerId, Print3DTaskSourceRequestedHandler const& handler);
public Print3DTask CreateTask(string title, string printerId, Print3DTaskSourceRequestedHandler handler);
function createTask(title, printerId, handler)
Public Function CreateTask (title As String, printerId As String, handler As Print3DTaskSourceRequestedHandler) As Print3DTask

Parameters

title
String

Platform::String

winrt::hstring

The name of the print job.

printerId
String

Platform::String

winrt::hstring

The identifier of the 3D printer.

handler
Print3DTaskSourceRequestedHandler

The callback for the source of the print job request.

Returns

The 3D print job.

Applies to