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

ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method 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

Method 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 method

public BeginReadCreate ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
return IAsyncResult

Create() public method

public Create ( ) : ParentLocator
return ParentLocator

EndReadCreate() public method

public EndReadCreate ( IAsyncResult result ) : ParentLocator
result IAsyncResult
return ParentLocator

VhdParentLocatorFactory() public method

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