LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

PublishSeriesLoadingProgress Method (WorkstationEventBroker)

Show in webframe






The System.Object publishing the event.
A number from 0 to 100 that shows the progress for loading a sereis.
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.SeriesLoadingProgress event.
Syntax
public void PublishSeriesLoadingProgress( 
   object publisher,
   int progress,
   object state
)
'Declaration
 
Public Sub PublishSeriesLoadingProgress( _
   ByVal publisher As Object, _
   ByVal progress As Integer, _
   ByVal state As Object _
) 
'Usage
 
Dim instance As WorkstationEventBroker
Dim publisher As Object
Dim progress As Integer
Dim state As Object
 
instance.PublishSeriesLoadingProgress(publisher, progress, state)

            

            
public: void PublishSeriesLoadingProgress( 
   Object* publisher,
   int progress,
   Object* state
) 
public:
void PublishSeriesLoadingProgress( 
   Object* publisher,
   int progress,
   Object* state
) 

Parameters

publisher
The System.Object publishing the event.
progress
A number from 0 to 100 that shows the progress for loading a sereis.
state
An System.Object that is used to send a custom information for other components such as a message status.
Requirements

Target Platforms

See Also

Reference

WorkstationEventBroker Class
WorkstationEventBroker Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.