PublishVolumeCreationProgress Method

Syntax
C#
VB
C++
public void PublishVolumeCreationProgress( 
   object publisher, 
   int percentage, 
   object state 
) 
  
Public Sub PublishVolumeCreationProgress( _ 
   ByVal publisher As Object, _ 
   ByVal percentage As Integer, _ 
   ByVal state As Object _ 
)  
public: 
void PublishVolumeCreationProgress(  
   Object^ publisher, 
   int percentage, 
   Object^ state 
)  

Parameters

publisher
The System.Object publishing the event.

percentage
A number from 0 to 100 that shows the progress for creating the volume.

state
An System.Object that is used to send a custom information for other components such as a message status.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.