The CheckinManager type exposes the following members.

Methods

  NameDescription
CheckForConflicts
Checks configuration in checkin manager for conflicts in array
Checkin
Does synchronous checkin of all files in the configuration.
CheckinAsync
Start asynchronous checkin of all files in the configuration. While asychronous checkin is in progress cancel, pause and resume operations are available.
CheckinCancelAsync
Cancel asynchronous upload of all files in the configuration that was started by UploadFilesAsync. Checkin will be complted with Cancelled value 'true'. Method is available for asynchronous checkin only.
CheckinPauseAsync
Pause asynchronous upload of all files in the configuration that was started by UploadFilesAsync. Method is available for asynchronous checkin only.
CheckinResumeAsync
Resume asynchronous upload of all files in the configuration that was started by UploadFilesAsync. Method is available for asynchronous checkin only.
Dispose
Release all resources managed by instance
GetConflictDetectionRuleFactory
Method for creation of factory that is used to create conflict detection rules.

See Also