Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.DataAccessLayer Namespace > IWorkstationDataAccessAgent Interface : UpdateVolumeState Method |
void UpdateVolumeState( VolumeIdentifier identifier, List<byte[]> volumeState )
'Declaration Sub UpdateVolumeState( _ ByVal identifier As VolumeIdentifier, _ ByVal volumeState As List(Of Byte()) _ )
'Usage Dim instance As IWorkstationDataAccessAgent Dim identifier As VolumeIdentifier Dim volumeState As List(Of Byte()) instance.UpdateVolumeState(identifier, volumeState)
void UpdateVolumeState( VolumeIdentifier* identifier, List<byte[]>* volumeState )
void UpdateVolumeState( VolumeIdentifier^ identifier, List<array<byte>>^ volumeState )