SafeStreamWriter Constructor (String)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public SafeStreamWriter(
    string path
)
public:
SafeStreamWriter(
    String^ path
)
new : 
        path:string -> SafeStreamWriter
Public Sub New (
    path As String
)

Parameters

See Also

SafeStreamWriter Overload
SafeStreamWriter Class
Microsoft.ApplicationServer.Caching Namespace

Return to top