C# Class Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence.VhdParentLocatorFactory

Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
BeginReadCreate ( AsyncCallback callback, object state ) : IAsyncResult
Create ( ) : ParentLocator
EndReadCreate ( IAsyncResult result ) : ParentLocator
VhdParentLocatorFactory ( VhdDataReader dataReader, long offset ) : Microsoft.WindowsAzure.Commands.Tools.Common.General

Private Methods

Méthode Description
BeginReadFileLocator ( ParentLocator locator, AsyncCallback callback, object state ) : IAsyncResult
BeginReadPlatformCode ( VhdPropertyAttribute attribute, AsyncCallback callback, object state ) : IAsyncResult
BeginReadPlatformDataLength ( VhdPropertyAttribute attribute, AsyncCallback callback, object state ) : IAsyncResult
BeginReadPlatformDataOffset ( VhdPropertyAttribute attribute, AsyncCallback callback, object state ) : IAsyncResult
BeginReadPlatformDataSpace ( VhdPropertyAttribute attribute, AsyncCallback callback, object state ) : IAsyncResult
BeginReadReserved ( VhdPropertyAttribute attribute, AsyncCallback callback, object state ) : IAsyncResult
CreateFileLocator ( ParentLocator locator, byte fileLocator ) : string
CreateParentLocator ( AsyncMachine machine ) : IEnumerable
EndReadFileLocator ( IAsyncResult result ) : string
EndReadPlatformCode ( IAsyncResult result ) : PlatformCode
EndReadPlatformDataLength ( IAsyncResult result ) : int
EndReadPlatformDataOffset ( IAsyncResult result ) : long
EndReadPlatformDataSpace ( IAsyncResult result ) : int
EndReadReserved ( IAsyncResult result ) : int
ReadFileLocator ( ParentLocator locator ) : string
ReadPlaformCode ( VhdPropertyAttribute attribute ) : PlatformCode
ReadPlatformDataLength ( VhdPropertyAttribute attribute ) : int
ReadPlatformDataOffset ( VhdPropertyAttribute attribute ) : long
ReadPlatformDataSpace ( VhdPropertyAttribute attribute ) : int
ReadReserved ( VhdPropertyAttribute attribute ) : int

Method Details

BeginReadCreate() public méthode

public BeginReadCreate ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
Résultat IAsyncResult

Create() public méthode

public Create ( ) : ParentLocator
Résultat ParentLocator

EndReadCreate() public méthode

public EndReadCreate ( IAsyncResult result ) : ParentLocator
result IAsyncResult
Résultat ParentLocator

VhdParentLocatorFactory() public méthode

public VhdParentLocatorFactory ( VhdDataReader dataReader, long offset ) : Microsoft.WindowsAzure.Commands.Tools.Common.General
dataReader VhdDataReader
offset long
Résultat Microsoft.WindowsAzure.Commands.Tools.Common.General