SerializationStore.Close Method

Definition

Closes the serialization store.

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

Remarks

The Close method closes this store and prevents any objects from being serialized into it. Once closed, the serialization store may be saved.

Applies to