Leadtools.Dicom.Scp Namespace > ClientSession Class > ProcessNActionRequest Method : ProcessNActionRequest(Byte,Int32,String,String,Int32,DicomCommand) Method |
public WaitHandle ProcessNActionRequest( byte presentationID, int messageID, string requestedSOPClass, string requestedSOPInstance, int actionType, DicomCommand command )
'Declaration Public Overloads Function ProcessNActionRequest( _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal requestedSOPClass As String, _ ByVal requestedSOPInstance As String, _ ByVal actionType As Integer, _ ByVal command As DicomCommand _ ) As WaitHandle
'Usage Dim instance As ClientSession Dim presentationID As Byte Dim messageID As Integer Dim requestedSOPClass As String Dim requestedSOPInstance As String Dim actionType As Integer Dim command As DicomCommand Dim value As WaitHandle value = instance.ProcessNActionRequest(presentationID, messageID, requestedSOPClass, requestedSOPInstance, actionType, command)
public WaitHandle ProcessNActionRequest( byte presentationID, int messageID, string requestedSOPClass, string requestedSOPInstance, int actionType, DicomCommand command )
function Leadtools.Dicom.Scp.ClientSession.ProcessNActionRequest(Byte,Int32,String,String,Int32,DicomCommand)( presentationID , messageID , requestedSOPClass , requestedSOPInstance , actionType , command )
public: WaitHandle^ ProcessNActionRequest( byte presentationID, int messageID, String^ requestedSOPClass, String^ requestedSOPInstance, int actionType, DicomCommand^ command )
This is an asynchronous method which returns immediately. To wait for processing to complete, use the returned System.Threading.WaitHandle by calling System.Threading.WaitHandle.WaitOne(System.Int32,System.Boolean).
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2