Skip to content

M_NChronicle_Core_Interfaces_IChronicleLibrary_Store

Andy James edited this page Aug 3, 2017 · 1 revision

IChronicleLibrary.Store Method

Store the specified ChronicleRecord in this library.

Namespace: NChronicle.Core.Interfaces
Assembly: NChronicle.Core (in NChronicle.Core.dll) Version: 1.0.3.0 (1.0.3.0)

Syntax

C#

void Store(
	ChronicleRecord record
)

VB

Sub Store ( 
	record As ChronicleRecord
)

F#

abstract Store : 
        record : ChronicleRecord -> unit 

Parameters

 

record
Type: NChronicle.Core.Model.ChronicleRecord
The NChronicle record to store

See Also

Reference

IChronicleLibrary Interface
NChronicle.Core.Interfaces Namespace

NChronicle

ChronicleConfigurationDelegate

IChronicle

IChronicleLibrary

Chronicle

ChronicleConfiguration

ChronicleLevel

ChronicleRecord

Clone this wiki locally