LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

PublishVolumeCreationError Method (WorkstationEventBroker)

Show in webframe






The System.Object publishing the event.
The System.Exception that caused the volume creation to fail.
Fires the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.VolumeCreationCompleted event.
Syntax
public void PublishVolumeCreationError( 
   object publisher,
   Exception error
)
'Declaration
 
Public Sub PublishVolumeCreationError( _
   ByVal publisher As Object, _
   ByVal error As Exception _
) 
'Usage
 
Dim instance As WorkstationEventBroker
Dim publisher As Object
Dim error As Exception
 
instance.PublishVolumeCreationError(publisher, error)

            

            
public: void PublishVolumeCreationError( 
   Object* publisher,
   Exception* error
) 
public:
void PublishVolumeCreationError( 
   Object* publisher,
   Exception* error
) 

Parameters

publisher
The System.Object publishing the event.
error
The System.Exception that caused the volume creation to fail.
Requirements

Target Platforms

See Also

Reference

WorkstationEventBroker Class
WorkstationEventBroker Members

 

 


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