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

PushArgument<T> Method (IWorkstationArgumentsService)







The type of the argument to be added.
The argument that will be added to the service.
Adds an argument into the service.
Syntax
void PushArgument<T>( 
   T argument
)
'Declaration
 
Sub PushArgument(Of T)( _
   ByVal argument As T _
) 
'Usage
 
Dim instance As IWorkstationArgumentsService
Dim argument As T
 
instance.PushArgument(Of T)(argument)
void PushArgument<T>( 
   T argument
)
function Leadtools.Medical.Workstation.Interfaces.IWorkstationArgumentsService.PushArgument( 
   argument 
)
void PushArgument<T>( 
   T* argument
) 
void PushArgumentgeneric<typename T>
( 
   T* argument
) 

Parameters

argument
The argument that will be added to the service.

Type Parameters

T
The type of the argument to be added.
Remarks
Before adding an argument you should call the Exists method to make sure that no other argument with the same type exists in the service.
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

IWorkstationArgumentsService Interface
IWorkstationArgumentsService Members

 

 


Products | Support | Contact Us | Copyright Notices

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