Print3DTaskRequest.CreateTask Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
The callback for the source of the print job request.
Returns
The 3D print job.