- identifier
- The unique identifier of the 3D volume which state will be updated.
- volumeState
- Type: List of System.Byte Array A list which contains the chunks of bytes that contains state information for the 3D volume.
Visual Basic (Declaration) | |
---|---|
Sub UpdateVolumeState( _ ByVal identifier As VolumeIdentifier, _ ByVal volumeState As List(Of Byte()) _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IWorkstationDataAccessAgent Dim identifier As VolumeIdentifier Dim volumeState As List(Of Byte()) instance.UpdateVolumeState(identifier, volumeState) |
C# | |
---|---|
void UpdateVolumeState( VolumeIdentifier identifier, List<byte[]> volumeState ) |
Managed Extensions for C++ | |
---|---|
void UpdateVolumeState( VolumeIdentifier* identifier, List<byte[]>* volumeState ) |
C++/CLI | |
---|---|
void UpdateVolumeState( VolumeIdentifier^ identifier, List<array<byte>>^ volumeState ) |
Parameters
- identifier
- The unique identifier of the 3D volume which state will be updated.
- volumeState
- Type: List of System.Byte Array A list which contains the chunks of bytes that contains state information for the 3D volume.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7