NotesStorageFacility.NotesStorageFacility

NotesStorageFacility(string, CancellationToken)

Initializes a new instance of the NotesStorageFacility class.

public NotesStorageFacility(string fileName, CancellationToken token)
ParameterTypeDescription
fileNameStringName of the file.
tokenCancellationTokenPropagates notification that operations should be canceled.

Exceptions

exceptioncondition
ArgumentNullExceptionfileName - File name can not be null or empty

See Also


NotesStorageFacility(Stream, CancellationToken)

Initializes a new instance of the NotesStorageFacility class.

public NotesStorageFacility(Stream stream, CancellationToken token)
ParameterTypeDescription
streamStreamThe stream.
tokenCancellationTokenPropagates notification that operations should be canceled.

Exceptions

exceptioncondition
ArgumentNullExceptionstream - Source stream can not be null

See Also


NotesStorageFacility(string, NsfLoadOptions, CancellationToken)

Initializes a new instance of the NotesStorageFacility class.

public NotesStorageFacility(string fileName, NsfLoadOptions options, CancellationToken token)
ParameterTypeDescription
fileNameStringName of the file.
optionsNsfLoadOptionsAdditional load options.
tokenCancellationTokenPropagates notification that operations should be canceled.

Exceptions

exceptioncondition
ArgumentNullExceptionfileName - File name can not be null or empty

See Also


NotesStorageFacility(Stream, NsfLoadOptions, CancellationToken)

Initializes a new instance of the NotesStorageFacility class.

public NotesStorageFacility(Stream stream, NsfLoadOptions options, CancellationToken token)
ParameterTypeDescription
streamStreamThe stream.
optionsNsfLoadOptionsAdditional load options.
tokenCancellationTokenPropagates notification that operations should be canceled.

Exceptions

exceptioncondition
ArgumentNullExceptionstream - Source stream can not be null

See Also


NotesStorageFacility(string)

Initializes a new instance of the NotesStorageFacility class.

public NotesStorageFacility(string fileName)
ParameterTypeDescription
fileNameStringName of the file.

Exceptions

exceptioncondition
ArgumentNullExceptionfileName - File name can not be null or empty

See Also


NotesStorageFacility(Stream)

Initializes a new instance of the NotesStorageFacility class.

public NotesStorageFacility(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

Exceptions

exceptioncondition
ArgumentNullExceptionstream - Source stream can not be null

See Also


NotesStorageFacility(string, NsfLoadOptions)

Initializes a new instance of the NotesStorageFacility class.

public NotesStorageFacility(string fileName, NsfLoadOptions options)
ParameterTypeDescription
fileNameStringName of the file.
optionsNsfLoadOptionsAdditional load options.

Exceptions

exceptioncondition
ArgumentNullExceptionfileName - File name can not be null or empty

See Also


NotesStorageFacility(Stream, NsfLoadOptions)

Initializes a new instance of the NotesStorageFacility class.

public NotesStorageFacility(Stream stream, NsfLoadOptions options)
ParameterTypeDescription
streamStreamThe stream.
optionsNsfLoadOptionsAdditional load options.

Exceptions

exceptioncondition
ArgumentNullExceptionstream - Source stream can not be null

See Also