CancelMediaCreation(string) Method

Summary

Cancels the media creation request.

Syntax
C#
VB
C++
public void CancelMediaCreation( 
   string mediaCreationSopInstanceUID 
) 
  
Public Overloads Sub CancelMediaCreation( _ 
   ByVal mediaCreationSopInstanceUID As String _ 
)  
public: 
void CancelMediaCreation(  
   String^ mediaCreationSopInstanceUID 
)  

Parameters

mediaCreationSopInstanceUID
The media creation sop instance UID.

Remarks

Failure to cancel the media creation implies that the media creation has already completed (successful or not), or the request cannot be canceled.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly