StringAsTempFile(String, CancellationToken) Constructor

Definition

Create a new instance of StringAsTempFile.

public:
 StringAsTempFile(System::String ^ content, System::Threading::CancellationToken applicationStoppingToken);
public StringAsTempFile (string content, System.Threading.CancellationToken applicationStoppingToken);
new Microsoft.AspNetCore.NodeServices.StringAsTempFile : string * System.Threading.CancellationToken -> Microsoft.AspNetCore.NodeServices.StringAsTempFile
Public Sub New (content As String, applicationStoppingToken As CancellationToken)

Parameters

content
String

The contents of the temporary file to be created.

applicationStoppingToken
CancellationToken

A token that indicates when the host application is stopping.

Applies to