Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal series As SeriesInformation, _ ByVal storeClient As StoreClient _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim series As SeriesInformation Dim storeClient As StoreClient Dim instance As New StoreQueueItemCommand(series, storeClient) |
C# | |
---|---|
public StoreQueueItemCommand( SeriesInformation series, StoreClient storeClient ) |
Managed Extensions for C++ | |
---|---|
public: StoreQueueItemCommand( SeriesInformation* series, StoreClient* storeClient ) |
C++/CLI | |
---|---|
public: StoreQueueItemCommand( SeriesInformation^ series, StoreClient^ storeClient ) |
Parameters
- series
- Type: Leadtools.Medical.Workstation.SeriesInformation The series information which the command will work on.
- storeClient
- Leadtools.Medical.Workstation.Client.StoreClient The Leadtools.Medical.Workstation.Client.StoreClient which will be used to store the series images.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7