←Select platform

ReceivedStoreRequestDelegate Delegate

Summary

Represents the method that will handle the Leadtools.Dicom.Scu.QueryRetrieveScu.ReceivedStoreRequest event.

Syntax

C#
VB
C++
public delegate void ReceivedStoreRequestDelegate( 
   object sender, 
   ReceivedStoreRequestEventArgs e 
) 
  
Public Delegate Sub ReceivedStoreRequestDelegate( _ 
   ByVal sender As Object, _ 
   ByVal e As Leadtools.Dicom.Scu.Common.ReceivedStoreRequestEventArgs _ 
)  
public delegate void ReceivedStoreRequestDelegate(  
   Object^ sender, 
   Leadtools.Dicom.Scu.Common.ReceivedStoreRequestEventArgs^ e 
) 

Parameters

sender
The source of the event.

e
Additional event data that contains event data.

Example

For an example, refer to Get(dicomscp,string,list<presentationcontext>)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly