IContentWriter.Close Method

Definition

Closes the writer. Further writes should fail if the writer has been closed.

public:
 void Close();
public:
 void Close();
void Close();
public void Close ();
abstract member Close : unit -> unit
Public Sub Close ()

Remarks

The implementation of this method should close any resources held open by the writer.

Applies to