- sessionProxy
- The ICStoreClientSessionProxy object which will be used to handle the communication with the client.
- attributes
- The list of attributes with is received with the client request.
| Visual Basic (Declaration) | |
|---|---|
Public Overridable Function CreateNGetCommand( _ ByVal sessionProxy As INGetClientSessionProxy, _ ByVal attributes() As Long _ ) As DicomCommand | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomCommandFactory Dim sessionProxy As INGetClientSessionProxy Dim attributes() As Long Dim value As DicomCommand value = instance.CreateNGetCommand(sessionProxy, attributes) | |
| C# | |
|---|---|
public virtual DicomCommand CreateNGetCommand( INGetClientSessionProxy sessionProxy, long[] attributes ) | |
| C++/CLI | |
|---|---|
public: virtual DicomCommand^ CreateNGetCommand( INGetClientSessionProxy^ sessionProxy, array<int64>^ attributes ) | |
Parameters
- sessionProxy
- The ICStoreClientSessionProxy object which will be used to handle the communication with the client.
- attributes
- The list of attributes with is received with the client request.
Return Value
Returns the created Leadtools.Dicom.Scp.Command.DicomCommand.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code