IObjectImportProvider
Last updated
Last updated
Namespace: Lithnet.Ecma2Framework
Defines the methods and properties that an object import provider must implement
Initializes the object import provider. This method is called once at the start of an import operation
context
The context of the operation
A task that represents the asynchronous operation
Indicates whether the object import provider can import objects of the specified type
type
SchemaType
The type of object to be imported
Initiates the operation to import objects of the specified type. Created CSEntryChanges should be added to the provided ICSEntryChangeCollection object.
type
SchemaType
The type of object to import
Gets the outbound watermark to save to the synchronization service at the completion of the import operation If the management agent doesn't support delta operations, then this method should return null
type
SchemaType
The object type to get the watermark for
if the provider can import the object, otherwise
csentryCollection
The collection of CSEntryChange objects to add the imported objects to
incomingWatermark
The watermark value provided by the management agent after its last successful import
cancellationToken
A cancellation token
A task that represents the asynchronous operation
cancellationToken
A cancellation token
The outbound watermark, or null if the management agent doesn't support delta operations