StringAsTempFile(String, CancellationToken) Constructor
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.
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.