←Select platform

PushArgument<T> Method (IWorkstationArgumentsService)

Summary

Adds an argument into the service.

Syntax

C#
VB
C++
void PushArgument<T>(  
   T argument 
) 
Sub PushArgument(Of T)( _ 
   ByVal argument As T _ 
) 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize