LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

PushArgument<T> Method (WorkstationArgumentsService)

Show in webframe






The type of the argument to be added.
The argument that will be added to the service.
Adds an argument into the service.
Syntax
public void PushArgument<T>( 
   T argument
)
'Declaration
 
Public Sub PushArgument(Of T)( _
   ByVal argument As T _
) 
'Usage
 
Dim instance As WorkstationArgumentsService
Dim argument As T
 
instance.PushArgument(Of T)(argument)

            

            
public: void PushArgument<T>( 
   T* argument
) 
public:
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

If an argument of the same type already exists this method will throw an System.ArgumentException.

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

See Also

Reference

WorkstationArgumentsService Class
WorkstationArgumentsService Members

 

 


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