NotesStorageFacility
NotesStorageFacility constructor (1 of 8)
Initializes a new instance of the NotesStorageFacility
class.
public NotesStorageFacility(string fileName, CancellationToken token)
Parameter |
Type |
Description |
fileName |
String |
Name of the file. |
token |
CancellationToken |
Propagates notification that operations should be canceled. |
Exceptions
exception |
condition |
ArgumentNullException |
fileName - File name can not be null or empty |
See Also
NotesStorageFacility constructor (2 of 8)
Initializes a new instance of the NotesStorageFacility
class.
public NotesStorageFacility(Stream stream, CancellationToken token)
Parameter |
Type |
Description |
stream |
Stream |
The stream. |
token |
CancellationToken |
Propagates notification that operations should be canceled. |
Exceptions
exception |
condition |
ArgumentNullException |
stream - Source stream can not be null |
See Also
NotesStorageFacility constructor (3 of 8)
Initializes a new instance of the NotesStorageFacility
class.
public NotesStorageFacility(string fileName, NsfLoadOptions options, CancellationToken token)
Parameter |
Type |
Description |
fileName |
String |
Name of the file. |
options |
NsfLoadOptions |
Additional load options. |
token |
CancellationToken |
Propagates notification that operations should be canceled. |
Exceptions
exception |
condition |
ArgumentNullException |
fileName - File name can not be null or empty |
See Also
NotesStorageFacility constructor (4 of 8)
Initializes a new instance of the NotesStorageFacility
class.
public NotesStorageFacility(Stream stream, NsfLoadOptions options, CancellationToken token)
Parameter |
Type |
Description |
stream |
Stream |
The stream. |
options |
NsfLoadOptions |
Additional load options. |
token |
CancellationToken |
Propagates notification that operations should be canceled. |
Exceptions
exception |
condition |
ArgumentNullException |
stream - Source stream can not be null |
See Also
NotesStorageFacility constructor (5 of 8)
Initializes a new instance of the NotesStorageFacility
class.
public NotesStorageFacility(string fileName)
Parameter |
Type |
Description |
fileName |
String |
Name of the file. |
Exceptions
exception |
condition |
ArgumentNullException |
fileName - File name can not be null or empty |
See Also
NotesStorageFacility constructor (6 of 8)
Initializes a new instance of the NotesStorageFacility
class.
public NotesStorageFacility(Stream stream)
Parameter |
Type |
Description |
stream |
Stream |
The stream. |
Exceptions
exception |
condition |
ArgumentNullException |
stream - Source stream can not be null |
See Also
NotesStorageFacility constructor (7 of 8)
Initializes a new instance of the NotesStorageFacility
class.
public NotesStorageFacility(string fileName, NsfLoadOptions options)
Parameter |
Type |
Description |
fileName |
String |
Name of the file. |
options |
NsfLoadOptions |
Additional load options. |
Exceptions
exception |
condition |
ArgumentNullException |
fileName - File name can not be null or empty |
See Also
NotesStorageFacility constructor (8 of 8)
Initializes a new instance of the NotesStorageFacility
class.
public NotesStorageFacility(Stream stream, NsfLoadOptions options)
Parameter |
Type |
Description |
stream |
Stream |
The stream. |
options |
NsfLoadOptions |
Additional load options. |
Exceptions
exception |
condition |
ArgumentNullException |
stream - Source stream can not be null |
See Also