Click or drag to resize
IMigrationProviderReportProgress Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Storage.Migration.IMigrationProvider.ReportProgress(System.Int32,ZU.Storage.Migration.MigrationPhase,ZU.Storage.IStorageProvider,System.String,ZU.Core.ModelKind,System.Int32)"]

Namespace: ZU.Storage.Migration
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
void ReportProgress(
	int progress,
	MigrationPhase phase,
	IStorageProvider provider,
	string spaceName,
	ModelKind spaceKind,
	int errorCode
)

Parameters

progress
Type: SystemInt32

[Missing <param name="progress"/> documentation for "M:ZU.Storage.Migration.IMigrationProvider.ReportProgress(System.Int32,ZU.Storage.Migration.MigrationPhase,ZU.Storage.IStorageProvider,System.String,ZU.Core.ModelKind,System.Int32)"]

phase
Type: ZU.Storage.MigrationMigrationPhase

[Missing <param name="phase"/> documentation for "M:ZU.Storage.Migration.IMigrationProvider.ReportProgress(System.Int32,ZU.Storage.Migration.MigrationPhase,ZU.Storage.IStorageProvider,System.String,ZU.Core.ModelKind,System.Int32)"]

provider
Type: ZU.StorageIStorageProvider

[Missing <param name="provider"/> documentation for "M:ZU.Storage.Migration.IMigrationProvider.ReportProgress(System.Int32,ZU.Storage.Migration.MigrationPhase,ZU.Storage.IStorageProvider,System.String,ZU.Core.ModelKind,System.Int32)"]

spaceName
Type: SystemString

[Missing <param name="spaceName"/> documentation for "M:ZU.Storage.Migration.IMigrationProvider.ReportProgress(System.Int32,ZU.Storage.Migration.MigrationPhase,ZU.Storage.IStorageProvider,System.String,ZU.Core.ModelKind,System.Int32)"]

spaceKind
Type: ZU.CoreModelKind

[Missing <param name="spaceKind"/> documentation for "M:ZU.Storage.Migration.IMigrationProvider.ReportProgress(System.Int32,ZU.Storage.Migration.MigrationPhase,ZU.Storage.IStorageProvider,System.String,ZU.Core.ModelKind,System.Int32)"]

errorCode
Type: SystemInt32

[Missing <param name="errorCode"/> documentation for "M:ZU.Storage.Migration.IMigrationProvider.ReportProgress(System.Int32,ZU.Storage.Migration.MigrationPhase,ZU.Storage.IStorageProvider,System.String,ZU.Core.ModelKind,System.Int32)"]

See Also