ISyncOutputEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface ISyncOutputEvents
type ISyncOutputEvents = interface
Public Interface ISyncOutputEvents
Derived
Methods
DebugEmptyBlockDetected(IndexRange)
DebugRetryingAfterException(Exception)
ErrorUploadFailedWithExceptions(IList<Exception>)
MessageCalculatingMD5Hash(String)
MessageCreatingNewPageBlob(Int64)
MessageDetectingActualDataBlocks()
MessageDetectingActualDataBlocksCompleted()
MessageMD5HashCalculationFinished()
MessagePrintBlockRange(IndexRange)
MessageResumingUpload()
MessageRetryingAfterANetworkDisruption()
ProgressCopy(Double)
ProgressCopyComplete(TimeSpan)
ProgressCopyStatus(Double, Double, TimeSpan)
ProgressCopyStatus(ProgressRecord)
ProgressDownloadComplete(TimeSpan)
ProgressDownloadStatus(Double, Double, TimeSpan)
ProgressDownloadStatus(ProgressRecord)
ProgressEmptyBlockDetection(Int32, Int32)
ProgressHyperV(UInt16, String)
ProgressOperationComplete(TimeSpan)
ProgressOperationStatus(Double, Double, TimeSpan)
ProgressOperationStatus(ProgressRecord)
ProgressUploadComplete(TimeSpan)
ProgressUploadStatus(Double, Double, TimeSpan)
ProgressUploadStatus(ProgressRecord)
WriteVerboseWithTimestamp(String, Object[])
Applies to