LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

PublishVolumeCreationProgress Method (IWorkstationEventBroker)







The System.Object publishing the event.
A number from 0 to 100 that shows the progress for creating the volume.
An System.Object that is used to send a custom information for other components such as a message status.
Fires the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.VolumeCreationProgress event.
Syntax
void PublishVolumeCreationProgress( 
   object publisher,
   int percentage,
   object state
)
'Declaration
 
Sub PublishVolumeCreationProgress( _
   ByVal publisher As Object, _
   ByVal percentage As Integer, _
   ByVal state As Object _
) 
'Usage
 
Dim instance As IWorkstationEventBroker
Dim publisher As Object
Dim percentage As Integer
Dim state As Object
 
instance.PublishVolumeCreationProgress(publisher, percentage, state)
void PublishVolumeCreationProgress( 
   object publisher,
   int percentage,
   object state
)
function Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.PublishVolumeCreationProgress( 
   publisher ,
   percentage ,
   state 
)
void PublishVolumeCreationProgress( 
   Object* publisher,
   int percentage,
   Object* state
) 
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkstationEventBroker Interface
IWorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.